Uses of Class
org.springframework.data.mongodb.core.aggregation.ComparisonOperators.Lt
Packages that use ComparisonOperators.Lt
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of ComparisonOperators.Lt in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return ComparisonOperators.LtModifier and TypeMethodDescriptionCreates newAggregationExpressionthat compares two values and returns true when the first value is less than the value of the referenced field.ComparisonOperators.ComparisonOperatorFactory.lessThan(AggregationExpression expression) Creates newAggregationExpressionthat compares two values and returns true when the first value is less than the expression result.Creates newComparisonOperators.Ltwith all previously added arguments appending the given one.ComparisonOperators.Lt.lessThan(AggregationExpression expression) Creates newComparisonOperators.Ltwith all previously added arguments appending the given one.ComparisonOperators.ComparisonOperatorFactory.lessThanValue(Object value) Creates newAggregationExpressionthat compares two values and returns true when the first value is less than to the given value.ComparisonOperators.Lt.lessThanValue(Object value) Creates newComparisonOperators.Ltwith all previously added arguments appending the given one.static ComparisonOperators.LtCreates newComparisonOperators.Lt.static ComparisonOperators.LtComparisonOperators.Lt.valueOf(AggregationExpression expression) Creates newComparisonOperators.Lt.