Uses of Package
jakarta.data.page

Packages that use jakarta.data.page
Package
Description
Splits query results into slices or pages.
In Domain-driven design, DDD, a repository is an object that participates in the domain but abstracts away storage and infrastructure details.
  • Class
    Description
    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.
    A page is a sublist of results.
    This class represents pagination information.
    Represents keyset values, which can be a starting point for requesting a next or previous page.
    The type of pagination, which can be offset pagination or keyset cursor pagination which includes a direction.
    A slice of data that indicates whether there's a next or previous slice available.
  • Class
    Description
    A page is a sublist of results.
    This class represents pagination information.