Uses of Interface
jakarta.nosql.QueryMapper.MapperSkip
-
Uses of QueryMapper.MapperSkip in jakarta.nosql
Methods in jakarta.nosql that return QueryMapper.MapperSkipModifier and TypeMethodDescriptionQueryMapper.MapperFrom.skip(long skip) Defines the position of the first result to retrieve (pagination offset).QueryMapper.MapperLimit.skip(long skip) Defines the position of the first result to retrieve (pagination offset).QueryMapper.MapperNameOrder.skip(long skip) Sets the number of results to skip before starting to return results.QueryMapper.MapperWhere.skip(long skip) Sets the number of results to skip before starting to return results.