| Modifier and Type | Method | Description |
|---|---|---|
Sort |
Sort.and(Sort sort) |
|
Sort |
Pageable.getSort() |
Returns the sorting that should be used for pagination.
|
Sort |
PageRequest.getSort() |
|
Sort |
Slice.getSort() |
Returns the sorting that was used for pagination.
|
| Modifier and Type | Method | Description |
|---|---|---|
Sort |
Sort.and(Sort sort) |
|
java.lang.Iterable<V> |
EntityViewRepository.findAll(Sort sort) |
Lookup a range of existing entities of entity class
<E> with support for pagination. |
| 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) |
Creates a new
PageRequest with given sorting. |
PageRequest(Sort sort,
int offset,
int pageSize) |
Creates a new
PageRequest with given sorting. |
Copyright © 2014–2019 Blazebit. All rights reserved.