| Modifier and Type | Interface | Description |
|---|---|---|
interface |
KeysetPageable |
Like
Pageable but contains keyset information. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
KeysetPageRequest |
Like
PageRequest but with support for keyset pagination. |
class |
PageRequest |
Immutable implementation of
Pageable, heavily inspired by Spring Data's PageRequest. |
| Modifier and Type | Method | Description |
|---|---|---|
Pageable |
Slice.currentPageable() |
|
Pageable |
Pageable.first() |
|
Pageable |
PageRequest.first() |
|
Pageable |
Pageable.next() |
|
Pageable |
PageRequest.next() |
|
Pageable |
Slice.nextPageable() |
|
Pageable |
Pageable.previous() |
|
Pageable |
PageRequest.previous() |
|
Pageable |
Pageable.previousOrFirst() |
|
Pageable |
PageRequest.previousOrFirst() |
|
Pageable |
Slice.previousPageable() |
| Modifier and Type | Method | Description |
|---|---|---|
Page<V> |
EntityViewRepository.findAll(Pageable pageable) |
|
Page<V> |
EntityViewRepository.findAll(Specification<E> specification,
Pageable pageable) |
Returns a
Page of entities meeting the paging and specification restriction provided in the Pageable and Specification objects. |
| Constructor | Description |
|---|---|
KeysetPageRequest(com.blazebit.persistence.KeysetPage keysetPage,
Pageable pageable) |
Construct a page request from a pageable with an optional keyset page that may be used for keyset pagination.
|
Copyright © 2014–2019 Blazebit. All rights reserved.