Uses of Interface
jakarta.data.page.PageRequest.Cursor
-
Uses of PageRequest.Cursor in jakarta.data.page
Modifier and TypeMethodDescriptionCursoredPage.cursor
(int index) Returns aCursor
for key values at the specified position.static PageRequest.Cursor
Obtain an instance ofCursor
for the given key.Modifier and TypeMethodDescriptionPageRequest.cursor()
Returns the key values which are the starting point for cursor-based pagination.Modifier and TypeMethodDescriptionPageRequest.afterCursor
(PageRequest.Cursor cursor) Requests cursor-based pagination in the forward direction, starting after the specified key.static PageRequest
PageRequest.afterCursor
(PageRequest.Cursor cursor, long pageNumber, int maxPageSize, boolean requestTotal) Requests cursor-based pagination in the forward direction, starting after the specified key.PageRequest.beforeCursor
(PageRequest.Cursor cursor) Requests cursor-based pagination in the previous page direction relative to the specified key values.static PageRequest
PageRequest.beforeCursor
(PageRequest.Cursor cursor, long pageNumber, int maxPageSize, boolean requestTotal) Requests cursor-based pagination in the previous page direction relative to the specified cursor. -
Uses of PageRequest.Cursor in jakarta.data.page.impl