Package jakarta.nosql

Interface QueryMapper.MapperSkip

All Superinterfaces:
QueryMapper.MapperQueryBuild
Enclosing interface:
QueryMapper

public static interface QueryMapper.MapperSkip extends QueryMapper.MapperQueryBuild
Represents the step in the query fluent API where it's possible to define the position of the first result to retrieve or to perform the query execution.
  • Method Details

    • limit

      QueryMapper.MapperLimit limit(long limit)
      Defines the maximum number of results to retrieve.
      Parameters:
      limit - the limit
      Returns:
      a query with the limit defined