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