Uses of Record Class
jakarta.data.Limit

Packages that use Limit
Package
Description
Jakarta Data provides an API that simplifies data access.
  • Uses of Limit in jakarta.data

    Methods in jakarta.data that return Limit
    Modifier and Type
    Method
    Description
    static Limit
    Limit.of(int maxResults)
    Create a limit that caps the number of results at the specified maximum, starting from the first result.
    static Limit
    Limit.range(long startAt, long endAt)
    Create a limit that restricts the results to a range, beginning with the startAt position and ending after the endAt position or the position of the final result, whichever comes first.