Uses of Interface
jakarta.data.page.Pageable.Cursor
Packages that use Pageable.Cursor
-
Uses of Pageable.Cursor in jakarta.data.page
Methods in jakarta.data.page that return Pageable.CursorModifier and TypeMethodDescriptionPageable.cursor()Returns the keyset values which are the starting point for keyset pagination.KeysetAwareSlice.getKeysetCursor(int index) Returns aCursorfor keyset values at the specified position.Methods in jakarta.data.page with parameters of type Pageable.CursorModifier and TypeMethodDescriptionPageable.afterKeysetCursor(Pageable.Cursor keysetCursor) Requestskeyset paginationin the forward direction, starting after the specified keyset values.Pageable.beforeKeysetCursor(Pageable.Cursor keysetCursor) Requestskeyset paginationin the reverse direction, starting after the specified keyset values.