Uses of Class
org.springframework.data.mongodb.core.aggregation.ArrayOperators.ArrayElemAt
Packages that use ArrayOperators.ArrayElemAt
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of ArrayOperators.ArrayElemAt in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return ArrayOperators.ArrayElemAtModifier and TypeMethodDescriptionstatic ArrayOperators.ArrayElemAtCreates newArrayOperators.ArrayElemAt.static ArrayOperators.ArrayElemAtArrayOperators.ArrayElemAt.arrayOf(Collection<?> values) Creates newArrayOperators.ArrayElemAt.static ArrayOperators.ArrayElemAtArrayOperators.ArrayElemAt.arrayOf(AggregationExpression expression) Creates newArrayOperators.ArrayElemAt.ArrayOperators.ArrayElemAt.elementAt(int index) Use the element with given index number.Use the element at the index number taken from the given field.ArrayOperators.ArrayElemAt.elementAt(AggregationExpression expression) Use the element at the index number evaluated from the givenAggregationExpression.ArrayOperators.ArrayOperatorFactory.elementAt(int position) Creates newAggregationExpressionthat takes the associated array and returns the element at the specified array position.Creates newAggregationExpressionthat takes the associated array and returns the element at the position defined by the referenced field.ArrayOperators.ArrayOperatorFactory.elementAt(AggregationExpression expression) Creates newAggregationExpressionthat takes the associated array and returns the element at the position resulting form the given expression.