| Package | Description |
|---|---|
| com.blazebit.persistence |
Blaze-Persistence is a rich Criteria API for JPA.
|
| Modifier and Type | Method and Description |
|---|---|
KeysetBuilder<X> |
BaseQueryBuilder.afterKeyset()
Uses the keyset which the keyset builder constructed to filter out rows that come before the keyset.
|
KeysetBuilder<X> |
BaseQueryBuilder.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.
|
Copyright © 2015 Blazebit. All Rights Reserved.