Selectable Typed Root Query
interface SelectableTypedRootQuery<E : Entity<ID>, ID : Comparable<ID>, R> : TypedRootQuery<E, ID, R>
Content copied to clipboard
Functions
Link copied to clipboard
abstract fun <X : Any> reselect(block: RootSelectable<E, ID>.() -> SelectableTypedRootQuery<E, ID, X>): SelectableTypedRootQuery<E, ID, X>
Content copied to clipboard
Link copied to clipboard
abstract fun withoutSortingAndPaging(without: Boolean = true): SelectableTypedRootQuery<E, ID, R>
Content copied to clipboard