Uses of Class
org.springframework.data.mongodb.core.aggregation.SetOperators.SetEquals
Packages that use SetOperators.SetEquals
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of SetOperators.SetEquals in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return SetOperators.SetEqualsModifier and TypeMethodDescriptionstatic SetOperators.SetEqualsSetOperators.SetEquals.arrayAsSet(String arrayReference) Create newSetOperators.SetEquals.static SetOperators.SetEqualsSetOperators.SetEquals.arrayAsSet(AggregationExpression expression) Create newSetOperators.SetEquals.Creates newAccumulatorOperators.Sumwith all previously added arguments appending the given one.Creates newSetwith all previously added arguments appending the given one.SetOperators.SetEquals.isEqualTo(AggregationExpression... expressions) Creates newAccumulatorOperators.Sumwith all previously added arguments appending the given one.Creates newAggregationExpressionthat compares the previously mentioned field to one or more arrays and returns true if they have the same distinct elements and false otherwise.SetOperators.SetOperatorFactory.isEqualTo(AggregationExpression... expressions) Creates newAggregationExpressionthat compares the previously mentioned field to one or more arrays and returns true if they have the same distinct elements and false otherwise.