Uses of Interface
jakarta.data.Streamable
Packages that use Streamable
-
Uses of Streamable in jakarta.data.page
Subinterfaces of Streamable 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.interface
Slice<T>
A slice of data that indicates whether there's a next or previous slice available.