findByExample

abstract fun <E : Any> findByExample(example: KExample<E>, fetcher: Fetcher<E>? = null, block: SortDsl<E>.() -> Unit? = null): List<E>
abstract fun <E : Any, V : View<E>> findByExample(viewType: KClass<V>, example: KExample<E>, block: SortDsl<E>.() -> Unit? = null): List<V>