Uses of Interface
jakarta.data.page.Slice
Packages that use Slice
-
Uses of Slice in jakarta.data.page
Subinterfaces of Slice in jakarta.data.pageModifier and TypeInterfaceDescriptioninterfaceA page of results from a repository query that performskeyset pagination.interfaceKeyset pagination is a form of pagination that aims to reduce the possibility of missed or duplicate results by making the request for each subsequent page relative to the observed values of entity properties from the current page.interfacePage<T>A page is a sublist of results.