| Package | Description |
|---|---|
| com.blazebit.persistence |
Blaze-Persistence is a rich Criteria API for JPA.
|
| Modifier and Type | Method | Description |
|---|---|---|
Keyset |
KeysetPage.getHighest() |
Returns the key set for the highest entry of the corresponding
PagedList. |
Keyset |
KeysetPage.getLowest() |
Returns the key set for the lowest entry of the corresponding
PagedList. |
| Modifier and Type | Method | Description |
|---|---|---|
List<Keyset> |
KeysetPage.getKeysets() |
Returns the key set list of the corresponding
PagedList. |
| Modifier and Type | Method | Description |
|---|---|---|
X |
KeysetQueryBuilder.afterKeyset(Keyset keyset) |
Like
KeysetQueryBuilder.afterKeyset(java.io.Serializable...) but uses the given keyset as reference values. |
X |
KeysetQueryBuilder.beforeKeyset(Keyset keyset) |
Like
KeysetQueryBuilder.beforeKeyset(java.io.Serializable...) but uses the given keyset as reference values. |
Copyright © 2014–2019 Blazebit. All rights reserved.