Uses of Class
org.springframework.data.mongodb.core.aggregation.BucketOperationSupport.ExpressionBucketOperationBuilderSupport
Packages that use BucketOperationSupport.ExpressionBucketOperationBuilderSupport
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of BucketOperationSupport.ExpressionBucketOperationBuilderSupport in org.springframework.data.mongodb.core.aggregation
Subclasses of BucketOperationSupport.ExpressionBucketOperationBuilderSupport in org.springframework.data.mongodb.core.aggregationModifier and TypeClassDescriptionstatic classBucketOperationSupport.ExpressionBucketOperationBuilderSupportimplementation forBucketAutoOperationusing SpEL expression basedBucketOperationSupport.Output.static classBucketOperationSupport.ExpressionBucketOperationBuilderSupportimplementation forBucketOperationusing SpEL expression basedBucketOperationSupport.Output.Methods in org.springframework.data.mongodb.core.aggregation that return BucketOperationSupport.ExpressionBucketOperationBuilderSupportModifier and TypeMethodDescriptionBucketOperationSupport.andOutputExpression(String expression, Object... params) Creates a newBucketOperationSupport.ExpressionBucketOperationBuilderSupportgiven a SpEL expression and optional params to add an output field to the resulting bucket documents.