Uses of Class
org.springframework.data.mongodb.core.aggregation.SetOperators.SetUnion
Packages that use SetOperators.SetUnion
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of SetOperators.SetUnion in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return SetOperators.SetUnionModifier and TypeMethodDescriptionstatic SetOperators.SetUnionSetOperators.SetUnion.arrayAsSet(String arrayReference) Creates newSetOperators.SetUnion.static SetOperators.SetUnionSetOperators.SetUnion.arrayAsSet(AggregationExpression expression) Creates newSetOperators.SetUnion.Creates newAggregationExpressionthat takes array of the previously mentioned field and one or more arrays and returns an array that contains the elements that appear in any of those.SetOperators.SetOperatorFactory.union(AggregationExpression... expressions) Creates newAggregationExpressionthat takes array of the previously mentioned field and one or more arrays and returns an array that contains the elements that appear in any of those.Creates newSetOperators.SetUnionwith all previously added arguments appending the given one.SetOperators.SetUnion.union(AggregationExpression... expressions) Creates newSetOperators.SetUnionwith all previously added arguments appending the given one.