Uses of Class
org.springframework.data.mongodb.core.aggregation.BucketOperationSupport
Packages that use BucketOperationSupport
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of BucketOperationSupport in org.springframework.data.mongodb.core.aggregation
Classes in org.springframework.data.mongodb.core.aggregation with type parameters of type BucketOperationSupportModifier and TypeClassDescriptionclassBucketOperationSupport<T extends BucketOperationSupport<T,B>, B extends BucketOperationSupport.OutputBuilder<B, T>> Base class for bucket operations that support output expressions the aggregation framework.static classBucketOperationSupport.ExpressionBucketOperationBuilderSupport<B extends BucketOperationSupport.OutputBuilder<B,T>, T extends BucketOperationSupport<T, B>> Builder for SpEL expression-basedBucketOperationSupport.Output.static classBucketOperationSupport.OutputBuilder<B extends BucketOperationSupport.OutputBuilder<B,T>, T extends BucketOperationSupport<T, B>> Base class forBucketOperationSupport.Outputbuilders that result in aBucketOperationSupportproviding the builtBucketOperationSupport.Output.Subclasses of BucketOperationSupport in org.springframework.data.mongodb.core.aggregationModifier and TypeClassDescriptionclassEncapsulates the aggregation framework$bucketAuto-operation.classEncapsulates the aggregation framework$bucket-operation.Fields in org.springframework.data.mongodb.core.aggregation declared as BucketOperationSupportModifier and TypeFieldDescriptionprotected final TBucketOperationSupport.OutputBuilder.operationConstructors in org.springframework.data.mongodb.core.aggregation with parameters of type BucketOperationSupportModifierConstructorDescriptionprotectedBucketOperationSupport(BucketOperationSupport<?, ?> operationSupport) Creates a copy ofBucketOperationSupport.protectedBucketOperationSupport(BucketOperationSupport<?, ?> operationSupport, BucketOperationSupport.Outputs outputs) Creates a copy ofBucketOperationSupportand applies the newBucketOperationSupport.Outputs.