Uses of Class
org.springframework.data.mongodb.core.aggregation.VariableOperators.Let.ExpressionVariable
Packages that use VariableOperators.Let.ExpressionVariable
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of VariableOperators.Let.ExpressionVariable in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return VariableOperators.Let.ExpressionVariableModifier and TypeMethodDescriptionVariableOperators.Let.ExpressionVariable.forExpression(org.bson.Document expressionObject) Create a newVariableOperators.Let.ExpressionVariablewith current name and given expressionObject.VariableOperators.Let.ExpressionVariable.forExpression(AggregationExpression expression) Create a newVariableOperators.Let.ExpressionVariablewith current name and given expression.VariableOperators.Let.ExpressionVariable.newVariable(String variableName) Create a newVariableOperators.Let.ExpressionVariablewith given name.Methods in org.springframework.data.mongodb.core.aggregation with parameters of type VariableOperators.Let.ExpressionVariableModifier and TypeMethodDescriptionVariableOperators.define(VariableOperators.Let.ExpressionVariable... variables) Start creating newVariableOperators.Letthat allows definition ofVariableOperators.Let.ExpressionVariablethat can be used within a nestedAggregationExpression.VariableOperators.Let.define(VariableOperators.Let.ExpressionVariable... variables) Start creating newVariableOperators.Letby defining the variables for$vars.static VariableOperators.LetVariableOperators.Let.just(VariableOperators.Let.ExpressionVariable... variables) Create a newVariableOperators.Letholding just the given variables.default LookupOperation.PipelineBuilderLookupOperation.LetBuilder.let(VariableOperators.Let.ExpressionVariable... variables) Specifiesvariables) that can be used in the {@link PipelineBuilder#pipeline(AggregationOperation...) pipeline stages}.Method parameters in org.springframework.data.mongodb.core.aggregation with type arguments of type VariableOperators.Let.ExpressionVariableModifier and TypeMethodDescriptionVariableOperators.define(Collection<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.ProjectionOperation.ProjectionOperationBuilder.let(Collection<VariableOperators.Let.ExpressionVariable> variables, AggregationExpression in) Generates a$letexpression that binds variables for use in the specified expression, and returns the result of the expression.