- All Superinterfaces:
-
QueryMapper.MapperQueryBuild
- Enclosing interface:
-
QueryMapper
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 Summary
Modifier and TypeMethodDescriptionskip(long skip) Defines the position of the first result to retrieve.Methods inherited from interface jakarta.nosql.QueryMapper.MapperQueryBuild
result, singleResult, stream
-
Method Details
-
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
-