Uses of Class
org.springframework.data.mongodb.core.aggregation.SetOperators.AllElementsTrue
Packages that use SetOperators.AllElementsTrue
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of SetOperators.AllElementsTrue in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return SetOperators.AllElementsTrueModifier and TypeMethodDescriptionSetOperators.AllElementsTrue.allElementsTrue()SetOperators.SetOperatorFactory.allElementsTrue()Creates newAggregationExpressionthat tkes array of the previously mentioned field and returns true if no elements is false.static SetOperators.AllElementsTrueSetOperators.AllElementsTrue.arrayAsSet(String arrayReference) Creates newSetOperators.AllElementsTrue.static SetOperators.AllElementsTrueSetOperators.AllElementsTrue.arrayAsSet(AggregationExpression expression) Creates newSetOperators.AllElementsTrue.