Uses of Class
org.springframework.data.mongodb.core.aggregation.SelectionOperators.Last
Packages that use SelectionOperators.Last
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of SelectionOperators.Last in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return SelectionOperators.LastModifier and TypeMethodDescriptionDefine the field to serve as source.SelectionOperators.Last.input(AggregationExpression expression) Define the expression building the value to serve as source.static SelectionOperators.LastSelectionOperators.Last.last()static SelectionOperators.LastSelectionOperators.Last.last(int numberOfResults) SelectionOperators.Last.limit(int numberOfResults) Limits the number of returned elements to the given value.SelectionOperators.Last.limit(AggregationExpression expression) Limits the number of returned elements to the value defined by the givenexpression.Define the field to serve as source.SelectionOperators.Last.of(AggregationExpression expression) Define the expression building the value to serve as source.