Uses of Class
org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Ne
Packages that use ComparisonOperators.Ne
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of ComparisonOperators.Ne in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return ComparisonOperators.NeModifier and TypeMethodDescriptionComparisonOperators.ComparisonOperatorFactory.notEqualTo(String fieldReference) Creates newAggregationExpressionthat compares two values and returns true when the values are not equivalent.ComparisonOperators.ComparisonOperatorFactory.notEqualTo(AggregationExpression expression) Creates newAggregationExpressionthat compares two values and returns true when the values are not equivalent.ComparisonOperators.Ne.notEqualTo(String fieldReference) Creates newComparisonOperators.Newith all previously added arguments appending the given one.ComparisonOperators.Ne.notEqualTo(AggregationExpression expression) Creates newComparisonOperators.Newith all previously added arguments appending the given one.ComparisonOperators.ComparisonOperatorFactory.notEqualToValue(Object value) Creates newAggregationExpressionthat compares two values and returns true when the values are not equivalent.ComparisonOperators.Ne.notEqualToValue(Object value) Creates newComparisonOperators.Eqwith all previously added arguments appending the given one.static ComparisonOperators.NeCreates newComparisonOperators.Ne.static ComparisonOperators.NeComparisonOperators.Ne.valueOf(AggregationExpression expression) Creates newComparisonOperators.Ne.