Package jakarta.data


package jakarta.data
Jakarta Data provides an API that makes data access easy. A Java developer can split the persistence from the model with several features, such as the ability to compose custom query methods on a Repository interface where the framework will implement it.
  • 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.
    Simple interface to ease streamability of Iterables.