Uses of Interface
org.springframework.data.mongodb.core.aggregation.AggregationVariable
Packages that use AggregationVariable
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of AggregationVariable in org.springframework.data.mongodb.core.aggregation
Classes in org.springframework.data.mongodb.core.aggregation that implement AggregationVariableModifier and TypeClassDescriptionstatic enumenumDescribes the system variables available in MongoDB aggregation framework pipeline expressions.Methods in org.springframework.data.mongodb.core.aggregation that return AggregationVariableModifier and TypeMethodDescriptionstatic AggregationVariableAggregationVariable.localVariable(String value) Create a newlocalAggregationVariablefor the given name.static AggregationVariableCreate a newAggregationVariablefor the given name.