| Package | Description |
|---|---|
| org.springframework.data.mongodb.core.aggregation |
Support for the MongoDB aggregation framework.
|
| Modifier and Type | Method and Description |
|---|---|
ArithmeticOperators.Pow |
ArithmeticOperators.ArithmeticOperatorFactory.pow(AggregationExpression expression)
Creates new
AggregationExpression that raises the associated number to the specified exponent. |
ArithmeticOperators.Pow |
ArithmeticOperators.Pow.pow(AggregationExpression expression) |
ArithmeticOperators.Pow |
ArithmeticOperators.ArithmeticOperatorFactory.pow(Number value)
Creates new
AggregationExpression that raises the associated number to the specified exponent. |
ArithmeticOperators.Pow |
ArithmeticOperators.Pow.pow(Number value) |
ArithmeticOperators.Pow |
ArithmeticOperators.ArithmeticOperatorFactory.pow(String fieldReference)
Creates new
AggregationExpression that raises the associated number to the specified exponent. |
ArithmeticOperators.Pow |
ArithmeticOperators.Pow.pow(String fieldReference) |
static ArithmeticOperators.Pow |
ArithmeticOperators.Pow.valueOf(AggregationExpression expression)
Creates new
ArithmeticOperators.Pow. |
static ArithmeticOperators.Pow |
ArithmeticOperators.Pow.valueOf(Number value)
Creates new
ArithmeticOperators.Pow. |
static ArithmeticOperators.Pow |
ArithmeticOperators.Pow.valueOf(String fieldReference)
Creates new
ArithmeticOperators.Pow. |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.