findByExample

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