Uses of Interface
jakarta.data.page.Pageable.Cursor
-
Uses of Pageable.Cursor in jakarta.data.page
Modifier and TypeMethodDescriptionPageable.cursor()
Returns the keyset values which are the starting point for keyset pagination.KeysetAwareSlice.getKeysetCursor
(int index) Returns aCursor
for keyset values at the specified position.Modifier and TypeMethodDescriptionPageable.afterKeysetCursor
(Pageable.Cursor keysetCursor) Requestskeyset pagination
in the forward direction, starting after the specified keyset values.Pageable.beforeKeysetCursor
(Pageable.Cursor keysetCursor) Requestskeyset pagination
in the reverse direction, starting after the specified keyset values.