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) Requestscursor-based pagination
in the forward direction, starting after the specified key.PageRequest.beforeCursor
(PageRequest.Cursor cursor) Requestscursor-based pagination
in the previous page direction relative to the specified key values. -
Uses of PageRequest.Cursor in jakarta.data.page.impl