Uses of Interface
jakarta.nosql.QueryMapper.MapperLimit
-
Uses of QueryMapper.MapperLimit in jakarta.nosql
Methods in jakarta.nosql that return QueryMapper.MapperLimitModifier and TypeMethodDescriptionQueryMapper.MapperFrom.limit(long limit) Defines the maximum number of results to retrieve (pagination limit).QueryMapper.MapperNameOrder.limit(long limit) Sets the maximum number of results to return.QueryMapper.MapperSkip.limit(long limit) Defines the maximum number of results to retrieve (pagination limit).QueryMapper.MapperWhere.limit(long limit) Defines the maximum number of results to retrieve (pagination limit).