Uses of Class
org.springframework.data.mongodb.core.aggregation.SetOperators.SetIsSubset
Packages that use SetOperators.SetIsSubset
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of SetOperators.SetIsSubset in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return SetOperators.SetIsSubsetModifier and TypeMethodDescriptionstatic SetOperators.SetIsSubsetSetOperators.SetIsSubset.arrayAsSet(String arrayReference) Creates newSetOperators.SetIsSubset.static SetOperators.SetIsSubsetSetOperators.SetIsSubset.arrayAsSet(AggregationExpression expression) Creates newSetOperators.SetIsSubset.SetOperators.SetIsSubset.isSubsetOf(String arrayReference) Creates newSetOperators.SetIsSubsetwith all previously added arguments appending the given one.SetOperators.SetIsSubset.isSubsetOf(AggregationExpression expression) Creates newSetOperators.SetIsSubsetwith all previously added arguments appending the given one.SetOperators.SetOperatorFactory.isSubsetOf(String arrayReference) Creates newAggregationExpressionthat takes array of the previously mentioned field and returns true if it is a subset of the given arrayReference.SetOperators.SetOperatorFactory.isSubsetOf(AggregationExpression expression) Creates newAggregationExpressionthat takes array of the previously mentioned field and returns true if it is a subset of the givenAggregationExpression.