Uses of Interface
org.springframework.data.mongodb.core.aggregation.LookupOperation.PipelineBuilder
Packages that use LookupOperation.PipelineBuilder
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of LookupOperation.PipelineBuilder in org.springframework.data.mongodb.core.aggregation
Subinterfaces of LookupOperation.PipelineBuilder in org.springframework.data.mongodb.core.aggregationModifier and TypeInterfaceDescriptionstatic interfacestatic interfaceClasses in org.springframework.data.mongodb.core.aggregation that implement LookupOperation.PipelineBuilderMethods in org.springframework.data.mongodb.core.aggregation that return LookupOperation.PipelineBuilderModifier and TypeMethodDescriptionLookupOperation.LetBuilder.let(VariableOperators.Let let) Specifiesvariablesthat can be used in thepipeline stages.default LookupOperation.PipelineBuilderLookupOperation.LetBuilder.let(VariableOperators.Let.ExpressionVariable... variables) Specifiesvariablesthat can be used in thepipeline stages.LookupOperation.LookupOperationBuilder.let(VariableOperators.Let let)