Uses of Class
org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Eq
Packages that use ComparisonOperators.Eq
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of ComparisonOperators.Eq in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return ComparisonOperators.EqModifier and TypeMethodDescriptionCreates newAggregationExpressionthat compares two values and returns true when the first value is equal to the value of the referenced field.ComparisonOperators.ComparisonOperatorFactory.equalTo(AggregationExpression expression) Creates newAggregationExpressionthat compares two values and returns true when the first value is equal to the expression result.Creates newComparisonOperators.Eqwith all previously added arguments appending the given one.ComparisonOperators.Eq.equalTo(AggregationExpression expression) Creates newComparisonOperators.Eqwith all previously added arguments appending the given one.ComparisonOperators.ComparisonOperatorFactory.equalToValue(Object value) Creates newAggregationExpressionthat compares two values and returns true when the first value is equal to the given value.ComparisonOperators.Eq.equalToValue(Object value) Creates newComparisonOperators.Eqwith all previously added arguments appending the given one.static ComparisonOperators.EqCreates newComparisonOperators.Eq.static ComparisonOperators.EqComparisonOperators.Eq.valueOf(AggregationExpression expression) Creates newComparisonOperators.Eq.