Uses of Class
org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Gte
Packages that use ComparisonOperators.Gte
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of ComparisonOperators.Gte in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return ComparisonOperators.GteModifier and TypeMethodDescriptionComparisonOperators.ComparisonOperatorFactory.greaterThanEqualTo(String fieldReference) Creates newAggregationExpressionthat compares two values and returns true when the first value is greater than or equivalent to the value of the referenced field.ComparisonOperators.ComparisonOperatorFactory.greaterThanEqualTo(AggregationExpression expression) Creates newAggregationExpressionthat compares two values and returns true when the first value is greater than or equivalent to the expression result.ComparisonOperators.Gte.greaterThanEqualTo(String fieldReference) Creates newComparisonOperators.Gtewith all previously added arguments appending the given one.ComparisonOperators.Gte.greaterThanEqualTo(AggregationExpression expression) Creates newComparisonOperators.Gtewith all previously added arguments appending the given one.ComparisonOperators.ComparisonOperatorFactory.greaterThanEqualToValue(Object value) Creates newAggregationExpressionthat compares two values and returns true when the first value is greater than or equivalent to the given value.ComparisonOperators.Gte.greaterThanEqualToValue(Object value) Creates newComparisonOperators.Gtewith all previously added arguments appending the given one.static ComparisonOperators.GteCreates newComparisonOperators.Gte.static ComparisonOperators.GteComparisonOperators.Gte.valueOf(AggregationExpression expression) Creates newComparisonOperators.Gte.