Uses of Class
org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Multiply
Packages that use ArithmeticOperators.Multiply
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of ArithmeticOperators.Multiply in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return ArithmeticOperators.MultiplyModifier and TypeMethodDescriptionArithmeticOperators.ArithmeticOperatorFactory.multiplyBy(Number value) Creates newAggregationExpressionthat multiplies the associated number with another.ArithmeticOperators.ArithmeticOperatorFactory.multiplyBy(String fieldReference) Creates newAggregationExpressionthat multiplies the associated number with another.ArithmeticOperators.ArithmeticOperatorFactory.multiplyBy(AggregationExpression expression) Creates newAggregationExpressionthat multiplies the associated number with another.ArithmeticOperators.Multiply.multiplyBy(Number value) Multiply by the given value.ArithmeticOperators.Multiply.multiplyBy(String fieldReference) Multiply by the value stored at the given field.ArithmeticOperators.Multiply.multiplyBy(AggregationExpression expression) Multiply by the evaluated value of the givenAggregationExpression.static ArithmeticOperators.MultiplyCreates newArithmeticOperators.Multiply.static ArithmeticOperators.MultiplyCreates newArithmeticOperators.Multiply.static ArithmeticOperators.MultiplyArithmeticOperators.Multiply.valueOf(AggregationExpression expression) Creates newArithmeticOperators.Multiply.