Uses of Class
org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Lte
Packages that use ComparisonOperators.Lte
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of ComparisonOperators.Lte in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return ComparisonOperators.LteModifier and TypeMethodDescriptionComparisonOperators.ComparisonOperatorFactory.lessThanEqualTo(String fieldReference) Creates newAggregationExpressionthat compares two values and returns true when the first value is less than or equivalent to the value of the referenced field.ComparisonOperators.ComparisonOperatorFactory.lessThanEqualTo(AggregationExpression expression) Creates newAggregationExpressionthat compares two values and returns true when the first value is less than or equivalent to the expression result.ComparisonOperators.Lte.lessThanEqualTo(String fieldReference) Creates newComparisonOperators.Ltewith all previously added arguments appending the given one.ComparisonOperators.Lte.lessThanEqualTo(AggregationExpression expression) Creates newComparisonOperators.Ltewith all previously added arguments appending the given one.ComparisonOperators.ComparisonOperatorFactory.lessThanEqualToValue(Object value) Creates newAggregationExpressionthat compares two values and returns true when the first value is less than or equivalent to the given value.ComparisonOperators.Lte.lessThanEqualToValue(Object value) Creates newComparisonOperators.Ltewith all previously added arguments appending the given one.static ComparisonOperators.LteCreates newComparisonOperators.Lte.static ComparisonOperators.LteComparisonOperators.Lte.valueOf(AggregationExpression expression) Creates newComparisonOperators.Lte.