Uses of Class
org.springframework.data.mongodb.core.aggregation.VariableOperators.Let
Packages that use VariableOperators.Let
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of VariableOperators.Let in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return VariableOperators.LetModifier and TypeMethodDescriptionVariableOperators.Let.LetBuilder.andApply(AggregationExpression expression) Define theAggregationExpressionto evaluate.static VariableOperators.LetVariableOperators.Let.just(VariableOperators.Let.ExpressionVariable... variables) Create a newVariableOperators.Letholding just the given variables.Methods in org.springframework.data.mongodb.core.aggregation with parameters of type VariableOperators.LetModifier and TypeMethodDescriptionMergeOperation.MergeOperationBuilder.exposeVariablesOf(VariableOperators.Let let) Expose the variables defined byVariableOperators.Letto theupdate aggregation.LookupOperation.LetBuilder.let(VariableOperators.Let let) Specifiesinvalid input: 'variables) that can be used in the {@link PipelineBuilder#pipeline(AggregationOperation...) pipeline stages}. @param let must not be {@literal null}. @return never {@literal null}. @see PipelineBuilder'LookupOperation.LookupOperationBuilder.let(VariableOperators.Let let) MergeOperation.MergeOperationBuilder.let(VariableOperators.Let let) Expose the variables defined byVariableOperators.Letto theupdate aggregation.Constructors in org.springframework.data.mongodb.core.aggregation with parameters of type VariableOperators.LetModifierConstructorDescriptionLookupOperation(String from, @Nullable Field localField, @Nullable Field foreignField, @Nullable VariableOperators.Let let, @Nullable AggregationPipeline pipeline, Field as) LookupOperation(String from, @Nullable VariableOperators.Let let, AggregationPipeline pipeline, Field as) MergeOperation(MergeOperation.MergeOperationTarget into, MergeOperation.UniqueMergeId on, @Nullable VariableOperators.Let let, @Nullable MergeOperation.WhenDocumentsMatch whenMatched, @Nullable MergeOperation.WhenDocumentsDontMatch whenNotMatched) Create new instance ofMergeOperation.