Uses of Class
org.springframework.data.mongodb.core.aggregation.BooleanOperators.Or
Packages that use BooleanOperators.Or
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of BooleanOperators.Or in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return BooleanOperators.OrModifier and TypeMethodDescriptionCreates newAggregationExpressionthat evaluates one or more expressions and returns true if any of the expressions are true.BooleanOperators.BooleanOperatorFactory.or(AggregationExpression expression) Creates newAggregationExpressionthat evaluates one or more expressions and returns true if any of the expressions are true.static BooleanOperators.OrCreates newBooleanOperators.Orthat evaluates one or more expressions and returns true if any of the expressions are true.BooleanOperators.Or.orExpression(AggregationExpression expression) Creates newBooleanOperators.Orwith all previously added arguments appending the given one.Creates newBooleanOperators.Orwith all previously added arguments appending the given one.Creates newBooleanOperators.Orwith all previously added arguments appending the given one.