KQueries

interface KQueries

Functions

Link copied to clipboard
abstract fun <E : Any, R> forEntity(entityType: KClass<E>, block: KMutableRootQuery<E>.() -> KConfigurableRootQuery<E, R>): KConfigurableRootQuery<E, R>
Link copied to clipboard
abstract fun <S : Any, T : Any, R> forList(prop: KProperty1<S, List<T>>, block: KMutableRootQuery<Association<S, T>>.() -> KConfigurableRootQuery<Association<S, T>, R>): KConfigurableRootQuery<Association<S, T>, R>
Link copied to clipboard
abstract fun <S : Any, T : Any, R> forReference(prop: KProperty1<S, T?>, block: KMutableRootQuery<Association<S, T>>.() -> KConfigurableRootQuery<Association<S, T>, R>): KConfigurableRootQuery<Association<S, T>, R>