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