-
interface
Like
Pageable but contains keyset information.
class
Like
PageRequest but with support for keyset pagination.
class
Immutable implementation of Pageable, heavily inspired by Spring Data's PageRequest.
Returns the
Pageable that can be used to request the current
Slice.
Returns the
Pageable that can be used to request the first
Page.
Returns the
Pageable that can be used to request the next
Page.
Returns the
Pageable that can be used to request the previous
Page or null if the current one already is the first one.
Returns the
Pageable that can be used to request the previous
Page or the first if the current one already is the first one.
Returns the
Pageable that can be used to request the previous
Slice.
Returns a
Page of entities meeting the paging restriction provided in the
Pageable object.
Returns a
Page of entities meeting the paging and specification restriction provided in the
Pageable and
Specification objects.
Construct a page request from a pageable with an optional keyset page that may be used for keyset pagination.