Uses of Interface
org.springframework.data.mongodb.core.aggregation.VariableOperators.Let.LetBuilder
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of VariableOperators.Let.LetBuilder in org.springframework.data.mongodb.core.aggregation
Modifier and TypeMethodDescriptionVariableOperators.define
(Collection<VariableOperators.Let.ExpressionVariable> variables) Start creating newVariableOperators.Let
that allows definition ofVariableOperators.Let.ExpressionVariable
that can be used within a nestedAggregationExpression
.VariableOperators.define
(VariableOperators.Let.ExpressionVariable... variables) Start creating newVariableOperators.Let
that allows definition ofVariableOperators.Let.ExpressionVariable
that can be used within a nestedAggregationExpression
.VariableOperators.Let.define
(Collection<VariableOperators.Let.ExpressionVariable> variables) Start creating newVariableOperators.Let
by defining the variables for$vars
.VariableOperators.Let.define
(VariableOperators.Let.ExpressionVariable... variables) Start creating newVariableOperators.Let
by defining the variables for$vars
.