Uses of Class
org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Add
Packages that use ArithmeticOperators.Add
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of ArithmeticOperators.Add in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return ArithmeticOperators.AddModifier and TypeMethodDescriptionAdd the given value.Add the value stored at the given field.ArithmeticOperators.Add.add(AggregationExpression expression) Add the evaluation result of the givenAggregationExpression.Creates newAggregationExpressionthat adds the given value to the associated number.Creates newAggregationExpressionthat adds the value of fieldReference to the associated number.ArithmeticOperators.ArithmeticOperatorFactory.add(AggregationExpression expression) Creates newAggregationExpressionthat adds the resulting value of the givenAggregationExpressionto the associated number.static ArithmeticOperators.AddCreates newArithmeticOperators.Add.static ArithmeticOperators.AddCreates newArithmeticOperators.Add.static ArithmeticOperators.AddArithmeticOperators.Add.valueOf(AggregationExpression expression) Creates newArithmeticOperators.Add.