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 TypeInterfaceDescriptioninterface
A page of results from a repository query that performskeyset pagination
.interface
Keyset 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.interface
Page<T>
A page is a sublist of results.