Package org. babyfish. jimmer. sql. kt. ast. query
Types
Link copied to clipboard
Link copied to clipboard
interface AbstractKSortable<E : Any, P : KProps<E>> : AbstractKFilterable<E, P>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface KFilterable<E : Any> : AbstractKFilterable<E, KNonNullTable<E>>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface KMutableRootQuery<E : Any> : KMutableQuery<E> , KRootSelectable<E>
Content copied to clipboard
Link copied to clipboard
interface KMutableSubQuery<P : Any, E : Any> : KMutableQuery<E> , KSubSelectable
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface KSortable<E : Any> : KFilterable<E> , AbstractKSortable<E, KNonNullTable<E>>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
fun <E, P> executePagingQuery(query: KConfigurableRootQuery<*, E>, pageIndex: Int, pageSize: Int, con: Connection? = null, pageFactory: (entities: List<E>, totalCount: Int, queryImplementor: KConfigurableRootQueryImplementor<*, E>) -> P): P
Content copied to clipboard