Uses of Interface
jakarta.data.Streamable

Packages that use Streamable
Package
Description
Splits query results into slices or pages.
  • Uses of Streamable in jakarta.data.page

    Subinterfaces of Streamable in jakarta.data.page
    Modifier and Type
    Interface
    Description
    interface 
    A page of results from a repository query that performs keyset 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 
    A slice of data that indicates whether there's a next or previous slice available.