Uses of Class
org.springframework.data.mongodb.core.aggregation.VariableOperators.Let
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of VariableOperators.Let in org.springframework.data.mongodb.core.aggregation
Modifier and TypeMethodDescriptionVariableOperators.Let.LetBuilder.andApply
(AggregationExpression expression) Define theAggregationExpression
to evaluate.static VariableOperators.Let
VariableOperators.Let.just
(VariableOperators.Let.ExpressionVariable... variables) Create a newVariableOperators.Let
holding just the given variables.Modifier and TypeMethodDescriptionMergeOperation.MergeOperationBuilder.exposeVariablesOf
(VariableOperators.Let let) Expose the variables defined byVariableOperators.Let
to theupdate aggregation
.LookupOperation.LetBuilder.let
(VariableOperators.Let let) Specifiesvariables) that can be used in the {@link PipelineBuilder#pipeline(AggregationOperation...) pipeline stages}.
LookupOperation.LookupOperationBuilder.let
(VariableOperators.Let let) MergeOperation.MergeOperationBuilder.let
(VariableOperators.Let let) Expose the variables defined byVariableOperators.Let
to theupdate aggregation
.ModifierConstructorDescriptionLookupOperation
(String from, Field localField, Field foreignField, VariableOperators.Let let, AggregationPipeline pipeline, Field as) LookupOperation
(String from, VariableOperators.Let let, AggregationPipeline pipeline, Field as) MergeOperation
(MergeOperation.MergeOperationTarget into, MergeOperation.UniqueMergeId on, VariableOperators.Let let, MergeOperation.WhenDocumentsMatch whenMatched, MergeOperation.WhenDocumentsDontMatch whenNotMatched) Create new instance ofMergeOperation
.