Uses of Class
org.springframework.data.mongodb.core.aggregation.ArrayOperators.First
Packages that use ArrayOperators.First
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of ArrayOperators.First in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return ArrayOperators.FirstModifier and TypeMethodDescriptionArrayOperators.ArrayOperatorFactory.first()Creates newAggregationExpressionthat return the first element in the associated array.static ArrayOperators.FirstReturns the first element in the given array.static ArrayOperators.FirstReturns the first element in the array pointed to by the givenfield reference.static ArrayOperators.FirstArrayOperators.First.firstOf(AggregationExpression expression) Returns the first element of the array computed by the givenexpression.