Uses of Class
org.springframework.data.mongodb.core.aggregation.SetOperators.AnyElementTrue
Packages that use SetOperators.AnyElementTrue
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of SetOperators.AnyElementTrue in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return SetOperators.AnyElementTrueModifier and TypeMethodDescriptionSetOperators.AnyElementTrue.anyElementTrue()SetOperators.SetOperatorFactory.anyElementTrue()Creates newAggregationExpressionthat takes array of the previously mentioned field and returns true if any of the elements are true and false otherwise.static SetOperators.AnyElementTrueSetOperators.AnyElementTrue.arrayAsSet(String arrayReference) Creates newSetOperators.AnyElementTrue.static SetOperators.AnyElementTrueSetOperators.AnyElementTrue.arrayAsSet(AggregationExpression expression) Creates newSetOperators.AnyElementTrue.