findAll

abstract fun <E : Any> findAll(type: KClass<E>): List<E>
abstract fun <E : Any> findAll(entityType: KClass<E>, block: SortDsl<E>.() -> Unit): List<E>
abstract fun <E : Any> findAll(fetcher: Fetcher<E>, block: SortDsl<E>.() -> Unit? = null): List<E>