Uses of Interface
com.blazebit.persistence.KeysetBuilder
| Package | Description |
|---|---|
| com.blazebit.persistence |
Blaze-Persistence is a rich Criteria API for JPA.
|
-
Uses of KeysetBuilder in com.blazebit.persistence
Methods in com.blazebit.persistence that return KeysetBuilder Modifier and Type Method Description KeysetBuilder<X>KeysetQueryBuilder. afterKeyset()Uses the keyset which the keyset builder constructed to filter out rows that come before the keyset.KeysetBuilder<X>KeysetQueryBuilder. beforeKeyset()Uses the keyset which the keyset builder constructed to filter out rows that come after the keyset.KeysetBuilder<T>KeysetBuilder. with(String expression, Object value)Uses the given value as reference value for keyset pagination for the given expression.