| Package | Description |
|---|---|
| org.springframework.data.mongodb.core.aggregation |
Support for the MongoDB aggregation framework.
|
| Modifier and Type | Method and Description |
|---|---|
VariableOperators.Let.ExpressionVariable |
VariableOperators.Let.ExpressionVariable.forExpression(AggregationExpression expression)
Create a new
VariableOperators.Let.ExpressionVariable with current name and given expression. |
VariableOperators.Let.ExpressionVariable |
VariableOperators.Let.ExpressionVariable.forExpression(com.mongodb.DBObject expressionObject)
Create a new
VariableOperators.Let.ExpressionVariable with current name and given expressionObject. |
static VariableOperators.Let.ExpressionVariable |
VariableOperators.Let.ExpressionVariable.newVariable(String variableName)
Create a new
VariableOperators.Let.ExpressionVariable with given name. |
| Modifier and Type | Method and Description |
|---|---|
static VariableOperators.Let.LetBuilder |
VariableOperators.define(VariableOperators.Let.ExpressionVariable... variables)
Start creating new
VariableOperators.Let that allows definition of VariableOperators.Let.ExpressionVariable that can be used within a
nested AggregationExpression. |
static VariableOperators.Let.LetBuilder |
VariableOperators.Let.define(VariableOperators.Let.ExpressionVariable... variables)
Start creating new
VariableOperators.Let by defining the variables for $vars. |
| Modifier and Type | Method and Description |
|---|---|
static VariableOperators.Let.LetBuilder |
VariableOperators.define(Collection<VariableOperators.Let.ExpressionVariable> variables)
Start creating new
VariableOperators.Let that allows definition of VariableOperators.Let.ExpressionVariable that can be used within a
nested AggregationExpression. |
static VariableOperators.Let.LetBuilder |
VariableOperators.Let.define(Collection<VariableOperators.Let.ExpressionVariable> variables)
Start creating new
VariableOperators.Let by defining the variables for $vars. |
ProjectionOperation.ProjectionOperationBuilder |
ProjectionOperation.ProjectionOperationBuilder.let(Collection<VariableOperators.Let.ExpressionVariable> variables,
AggregationExpression in)
Generates a
$let expression that binds variables for use in the specified expression, and returns the
result of the expression. |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.