Uses of Class
org.springframework.data.mongodb.core.aggregation.LimitOperation
Packages that use LimitOperation
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of LimitOperation in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return LimitOperationModifier and TypeMethodDescriptionstatic LimitOperationAggregation.limit(long maxElements) Creates a newLimitOperationlimiting the result to the given number of elements.