| Modifier and Type | Interface and Description |
|---|---|
interface |
KeysetPageable
Like
Pageable but contains keyset information. |
| Modifier and Type | Class and 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 and Description |
|---|---|
Pageable |
Page.currentPageable()
|
Pageable |
PageRequest.first() |
Pageable |
Pageable.first()
|
Pageable |
PageRequest.next() |
Pageable |
Pageable.next()
|
Pageable |
Page.nextPageable()
|
Pageable |
PageRequest.previous() |
Pageable |
Pageable.previous()
|
Pageable |
PageRequest.previousOrFirst() |
Pageable |
Pageable.previousOrFirst()
|
Pageable |
Page.previousPageable()
|
| Modifier and Type | Method and 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 and 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–2018 Blazebit. All rights reserved.