Uses of Interface
jakarta.data.page.PageRequest.Cursor
Packages that use PageRequest.Cursor
-
Uses of PageRequest.Cursor in jakarta.data.page
Methods in jakarta.data.page that return PageRequest.CursorModifier 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.Methods in jakarta.data.page that return types with arguments of type PageRequest.CursorModifier and TypeMethodDescriptionPageRequest.cursor()
Returns the key values which are the starting point for cursor-based pagination.Methods in jakarta.data.page with parameters of type PageRequest.CursorModifier 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
Methods in jakarta.data.page.impl that return PageRequest.CursorMethods in jakarta.data.page.impl that return types with arguments of type PageRequest.Cursor