Package jakarta.nosql

Interface QueryMapper.MapperLimit

All Superinterfaces:
QueryMapper.MapperQueryBuild
Enclosing interface:
QueryMapper

public static interface QueryMapper.MapperLimit extends QueryMapper.MapperQueryBuild
Represents the step in the query fluent API where it's possible to define the maximum number of results to retrieve or to perform the query execution.
  • Method Details

    • skip

      QueryMapper.MapperSkip skip(long skip)
      Defines the position of the first result to retrieve.
      Parameters:
      skip - the number of elements to skip
      Returns:
      a query with the first result defined
      Throws:
      IllegalArgumentException - when skip is negative