findAll

fun <T : Any> findAll(entityClass: KClass<T>, block: QueryContext.() -> Unit): List<T>