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 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.interfaceSlice<T>A slice of data that indicates whether there's a next or previous slice available.