Uses of Class
org.springframework.data.mongodb.core.aggregation.SetOperators.SetDifference
Packages that use SetOperators.SetDifference
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of SetOperators.SetDifference in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return SetOperators.SetDifferenceModifier and TypeMethodDescriptionstatic SetOperators.SetDifferenceSetOperators.SetDifference.arrayAsSet(String arrayReference) Creates newSetOperators.SetDifference.static SetOperators.SetDifferenceSetOperators.SetDifference.arrayAsSet(AggregationExpression expression) Creates newSetOperators.SetDifference.SetOperators.SetDifference.differenceTo(String arrayReference) Creates newSetOperators.SetDifferencewith all previously added arguments appending the given one.SetOperators.SetDifference.differenceTo(AggregationExpression expression) Creates newSetOperators.SetDifferencewith all previously added arguments appending the given one.SetOperators.SetOperatorFactory.differenceTo(String arrayReference) Creates newAggregationExpressionthat takes array of the previously mentioned field and returns an array containing the elements that do not exist in the given arrayReference.SetOperators.SetOperatorFactory.differenceTo(AggregationExpression expression) Creates newAggregationExpressionthat takes array of the previously mentioned field and returns an array containing the elements that do not exist in the givenAggregationExpression.