| Package | Description |
|---|---|
| org.springframework.data.mongodb.core.aggregation |
Support for the MongoDB aggregation framework.
|
| Modifier and Type | Method and Description |
|---|---|
ArithmeticOperators.Multiply |
ArithmeticOperators.ArithmeticOperatorFactory.multiplyBy(AggregationExpression expression)
Creates new
AggregationExpression that multiplies the associated number with another. |
ArithmeticOperators.Multiply |
ArithmeticOperators.Multiply.multiplyBy(AggregationExpression expression) |
ArithmeticOperators.Multiply |
ArithmeticOperators.ArithmeticOperatorFactory.multiplyBy(Number value)
Creates new
AggregationExpression that multiplies the associated number with another. |
ArithmeticOperators.Multiply |
ArithmeticOperators.Multiply.multiplyBy(Number value) |
ArithmeticOperators.Multiply |
ArithmeticOperators.ArithmeticOperatorFactory.multiplyBy(String fieldReference)
Creates new
AggregationExpression that multiplies the associated number with another. |
ArithmeticOperators.Multiply |
ArithmeticOperators.Multiply.multiplyBy(String fieldReference) |
static ArithmeticOperators.Multiply |
ArithmeticOperators.Multiply.valueOf(AggregationExpression expression)
Creates new
ArithmeticOperators.Multiply. |
static ArithmeticOperators.Multiply |
ArithmeticOperators.Multiply.valueOf(Number value)
Creates new
ArithmeticOperators.Multiply. |
static ArithmeticOperators.Multiply |
ArithmeticOperators.Multiply.valueOf(String fieldReference)
Creates new
ArithmeticOperators.Multiply. |
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.