| Package | Description |
|---|---|
| com.blazebit.persistence |
Blaze-Persistence is a rich Criteria API for JPA.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
DefaultKeyset |
A simple default implementation for the
Keyset interface. |
| Modifier and Type | Method | Description |
|---|---|---|
Keyset |
DefaultKeysetPage.getHighest() |
|
Keyset |
KeysetPage.getHighest() |
Returns the key set for the highest entry of the corresponding
PagedList. |
Keyset |
DefaultKeysetPage.getLowest() |
|
Keyset |
KeysetPage.getLowest() |
Returns the key set for the lowest entry of the corresponding
PagedList. |
| Modifier and Type | Method | Description |
|---|---|---|
List<Keyset> |
DefaultKeysetPage.getKeysets() |
|
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. |
| Constructor | Description |
|---|---|
DefaultKeysetPage(int firstResult,
int maxResults,
Keyset lowest,
Keyset highest) |
Creates a new
KeysetPage. |
DefaultKeysetPage(int firstResult,
int maxResults,
Keyset lowest,
Keyset highest,
List<Keyset> keysets) |
Creates a new
KeysetPage. |
| Constructor | Description |
|---|---|
DefaultKeysetPage(int firstResult,
int maxResults,
Keyset lowest,
Keyset highest,
List<Keyset> keysets) |
Creates a new
KeysetPage. |
Copyright © 2014–2020 Blazebit. All rights reserved.