Uses of Class
org.springframework.data.mongodb.core.aggregation.SelectionOperators.Bottom
Packages that use SelectionOperators.Bottom
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of SelectionOperators.Bottom in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return SelectionOperators.BottomModifier and TypeMethodDescriptionstatic SelectionOperators.BottomSelectionOperators.Bottom.bottom()static SelectionOperators.BottomSelectionOperators.Bottom.bottom(int numberOfResults) SelectionOperators.Bottom.limit(int numberOfResults) Limits the number of returned elements to the given value.SelectionOperators.Bottom.limit(AggregationExpression expression) Limits the number of returned elements to the value defined by the givenexpression.Define fields included in the output for each element.SelectionOperators.Bottom.output(AggregationExpression... out) Define expressions building the value included in the output for each element.Define result ordering.Define result ordering.