Uses of Package
jakarta.data

Packages that use jakarta.data
Package
Description
Jakarta Data provides an API that makes data access easy.
A static metamodel for entities that are used in Jakarta Data repositories.
Splits query results into slices or pages.
  • Classes in jakarta.data used by jakarta.data
    Class
    Description
    Represents the direction of the ordering.
    Limits the number of results of a single invocation of a repository find method to a maximum amount or to within a positional range.
    Sort allows the application to dynamically provide sort criteria which includes a case sensitivity request, a Direction and a property.
  • Classes in jakarta.data used by jakarta.data.model
    Class
    Description
    Sort allows the application to dynamically provide sort criteria which includes a case sensitivity request, a Direction and a property.
  • Classes in jakarta.data used by jakarta.data.page
    Class
    Description
    Sort allows the application to dynamically provide sort criteria which includes a case sensitivity request, a Direction and a property.
    Simple interface to ease streamability of Iterables.