| Package | Description |
|---|---|
| org.springframework.data.mongodb.core.aggregation |
Support for the MongoDB aggregation framework.
|
| Modifier and Type | Method and Description |
|---|---|
static ArrayOperators.ArrayElemAt |
ArrayOperators.ArrayElemAt.arrayOf(AggregationExpression expression)
Creates new
ArrayOperators.ArrayElemAt. |
static ArrayOperators.ArrayElemAt |
ArrayOperators.ArrayElemAt.arrayOf(Collection<?> values)
Creates new
ArrayOperators.ArrayElemAt. |
static ArrayOperators.ArrayElemAt |
ArrayOperators.ArrayElemAt.arrayOf(String fieldReference)
Creates new
ArrayOperators.ArrayElemAt. |
ArrayOperators.ArrayElemAt |
ArrayOperators.ArrayOperatorFactory.elementAt(AggregationExpression expression)
Creates new
AggregationExpression that takes the associated array and returns the element at the position
resulting form the given expression. |
ArrayOperators.ArrayElemAt |
ArrayOperators.ArrayElemAt.elementAt(AggregationExpression expression) |
ArrayOperators.ArrayElemAt |
ArrayOperators.ArrayOperatorFactory.elementAt(int position)
Creates new
AggregationExpression that takes the associated array and returns the element at the
specified array position. |
ArrayOperators.ArrayElemAt |
ArrayOperators.ArrayElemAt.elementAt(int index) |
ArrayOperators.ArrayElemAt |
ArrayOperators.ArrayOperatorFactory.elementAt(String fieldReference)
Creates new
AggregationExpression that takes the associated array and returns the element at the position
defined by the referenced field. |
ArrayOperators.ArrayElemAt |
ArrayOperators.ArrayElemAt.elementAt(String arrayFieldReference) |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.