Uses of Class
org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Sum
Packages that use AccumulatorOperators.Sum
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of AccumulatorOperators.Sum in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return AccumulatorOperators.SumModifier and TypeMethodDescriptionCreates newAccumulatorOperators.Sumwith all previously added arguments appending the given one.Creates newAccumulatorOperators.Sumwith all previously added arguments appending the given one.AccumulatorOperators.Sum.and(AggregationExpression expression) Creates newAccumulatorOperators.Sumwith all previously added arguments appending the given one.AccumulatorOperators.AccumulatorOperatorFactory.sum()Creates newAggregationExpressionthat takes the associated numeric value expression and calculates and returns the sum.ArithmeticOperators.ArithmeticOperatorFactory.sum()Creates newAggregationExpressionthat calculates and returns the sum of numeric values.static AccumulatorOperators.SumCreates newAccumulatorOperators.Sum.static AccumulatorOperators.SumAccumulatorOperators.Sum.sumOf(AggregationExpression expression) Creates newAccumulatorOperators.Sum.