KWild Sub Queries
Functions
Link copied to clipboard
abstract fun <E : Any> forEntity(entityType: KClass<E>, block: KMutableSubQuery<P, E>.() -> Unit): KMutableSubQuery<P, E>
Content copied to clipboard
Link copied to clipboard
abstract fun <S : Any, T : Any> forReference(prop: KProperty1<S, T?>, block: KMutableSubQuery<P, Association<S, T>>.() -> Unit): KMutableSubQuery<P, Association<S, T>>
Content copied to clipboard