X - The concrete builder typeBaseCriteriaBuilder<T,X>, BaseCTECriteriaBuilder<X>, BaseInsertCriteriaBuilder<T,X>, BaseQueryBuilder<T,X>, BaseSubqueryBuilder<X>, CriteriaBuilder<T>, FullQueryBuilder<T,X>, FullSelectCTECriteriaBuilder<X>, InsertCriteriaBuilder<T>, LeafOngoingSetOperationCriteriaBuilder<X>, LeafOngoingSetOperationCTECriteriaBuilder<X>, LeafOngoingSetOperationSubqueryBuilder<X>, OngoingSetOperationCriteriaBuilder<T,Y>, OngoingSetOperationCTECriteriaBuilder<T,Y>, OngoingSetOperationSubqueryBuilder<T,Y>, PaginatedCriteriaBuilder<T>, QueryBuilder<T,X>, ReturningInsertCriteriaBuilder<T,X>, SelectBaseCTECriteriaBuilder<X>, SelectCTECriteriaBuilder<X>, SelectRecursiveCTECriteriaBuilder<X>, StartOngoingSetOperationCriteriaBuilder<X,Y>, StartOngoingSetOperationCTECriteriaBuilder<X,Y>, StartOngoingSetOperationSubqueryBuilder<X,Y>, SubqueryBuilder<T>public interface KeysetQueryBuilder<X extends KeysetQueryBuilder<X>>
| Modifier and Type | Method | Description |
|---|---|---|
KeysetBuilder<X> |
afterKeyset() |
Uses the keyset which the keyset builder constructed to filter out rows that come before the keyset.
|
X |
afterKeyset(Keyset keyset) |
Like
afterKeyset(java.io.Serializable...) but uses the given keyset as reference values. |
X |
afterKeyset(Serializable... values) |
Like
afterKeyset() but maps the reference values by position instead of by expression. |
KeysetBuilder<X> |
beforeKeyset() |
Uses the keyset which the keyset builder constructed to filter out rows that come after the keyset.
|
X |
beforeKeyset(Keyset keyset) |
Like
beforeKeyset(java.io.Serializable...) but uses the given keyset as reference values. |
X |
beforeKeyset(Serializable... values) |
Like
beforeKeyset() but maps the reference values by position instead of by expression. |
KeysetBuilder<X> beforeKeyset()
X beforeKeyset(Serializable... values)
beforeKeyset() but maps the reference values by position instead of by expression.
The order of the reference values has to match the order of the order by expressions.values - The reference valuesX beforeKeyset(Keyset keyset)
beforeKeyset(java.io.Serializable...) but uses the given keyset as reference values.
The order of the tuple values has to match the order of the order by expressions.keyset - The reference keysetKeysetBuilder<X> afterKeyset()
X afterKeyset(Serializable... values)
afterKeyset() but maps the reference values by position instead of by expression.
The order of the reference values has to match the order of the order by expressions.values - The reference valuesX afterKeyset(Keyset keyset)
afterKeyset(java.io.Serializable...) but uses the given keyset as reference values.
The order of the tuple values has to match the order of the order by expressions.keyset - The reference keysetCopyright © 2014–2020 Blazebit. All rights reserved.