| Package | Description |
|---|---|
| com.blazebit.persistence |
Blaze-Persistence is a rich Criteria API for JPA.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
PagedArrayList<T> |
| Modifier and Type | Field | Description |
|---|---|---|
static PagedList |
PagedList.EMPTY |
An empty paged list.
|
| Modifier and Type | Method | Description |
|---|---|---|
PagedList<T> |
PaginatedCriteriaBuilder.getResultList() |
Execute the query and return the result as a type PagedList.
|
PagedList<T> |
PaginatedTypedQuery.getResultList() |
Returns a
PagedList containing the result list of the requested page and optionally the total count depending on PaginatedCriteriaBuilder.withCountQuery(boolean). |
Copyright © 2014–2020 Blazebit. All rights reserved.