Uses of Class
org.springframework.data.mongodb.core.aggregation.ArrayOperators.ConcatArrays
Packages that use ArrayOperators.ConcatArrays
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of ArrayOperators.ConcatArrays in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return ArrayOperators.ConcatArraysModifier and TypeMethodDescriptionstatic ArrayOperators.ConcatArraysCreates newArrayOperators.ConcatArrays.static ArrayOperators.ConcatArraysArrayOperators.ConcatArrays.arrayOf(Collection<?> values) Creates newArrayOperators.ConcatArrays.static ArrayOperators.ConcatArraysArrayOperators.ConcatArrays.arrayOf(AggregationExpression expression) Creates newArrayOperators.ConcatArrays.Creates newAggregationExpressionthat takes the associated array and concats the given arrayFieldReference to it.ArrayOperators.ArrayOperatorFactory.concat(AggregationExpression expression) Creates newAggregationExpressionthat takes the associated array and concats the array resulting form the given expression to it.Concat with the array stored at the given field.ArrayOperators.ConcatArrays.concat(AggregationExpression expression) Concat with the array resulting from the givenAggregationExpression.