-
Constructors in com.blazebit.persistence.deltaspike.data with parameters of type Sort
| Constructor |
Description |
KeysetPageRequest(int page,
int pageSize,
com.blazebit.persistence.KeysetPage keysetPage,
Sort sort) |
Construct a page request with an optional keyset page that may be used for keyset pagination.
|
KeysetPageRequest(com.blazebit.persistence.KeysetPage keysetPage,
Sort sort) |
Construct a page request representing the current page via a keyset page and a sort specification.
|
KeysetPageRequest(com.blazebit.persistence.KeysetPage keysetPage,
Sort sort,
int offset,
int pageSize) |
Construct a page request with an optional keyset page that may be used for keyset pagination.
|
KeysetPageRequest(com.blazebit.persistence.KeysetPage keysetPage,
Sort sort,
int offset,
int pageSize,
boolean withCountQuery,
boolean withExtractAllKeysets) |
Construct a page request with an optional keyset page that may be used for keyset pagination and flags to enable the count query and keyset extraction.
|
PageRequest(int page,
int pageSize,
Sort sort) |
|
PageRequest(Sort sort,
int offset,
int pageSize) |
|