Uses of Interface
com.blazebit.persistence.PagedList
| Package | Description |
|---|---|
| com.blazebit.persistence |
Blaze-Persistence is a rich Criteria API for JPA.
|
-
Uses of PagedList in com.blazebit.persistence
Classes in com.blazebit.persistence that implement PagedList Modifier and Type Class Description classPagedArrayList<T>Fields in com.blazebit.persistence declared as PagedList Modifier and Type Field Description static PagedListPagedList. EMPTYAn empty paged list.Methods in com.blazebit.persistence that return PagedList 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 aPagedListcontaining the result list of the requested page and optionally the total count depending onPaginatedCriteriaBuilder.withCountQuery(boolean).