Uses of Class
org.springframework.data.mongodb.core.aggregation.BucketOperation
Packages that use BucketOperation
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of BucketOperation in org.springframework.data.mongodb.core.aggregation
Subclasses with type arguments of type BucketOperation in org.springframework.data.mongodb.core.aggregationModifier and TypeClassDescriptionclassEncapsulates the aggregation framework$bucket-operation.static classBucketOperationSupport.OutputBuilderimplementation forBucketOperation.static classBucketOperationSupport.ExpressionBucketOperationBuilderSupportimplementation forBucketOperationusing SpEL expression basedBucketOperationSupport.Output.Methods in org.springframework.data.mongodb.core.aggregation that return BucketOperationModifier and TypeMethodDescriptionstatic BucketOperationCreates a newBucketOperationgiven groupByField.static BucketOperationAggregation.bucket(AggregationExpression groupByExpression) Creates a newBucketOperationgivengroup-by expression.protected BucketOperationBucketOperation.newBucketOperation(BucketOperationSupport.Outputs outputs) BucketOperation.withBoundaries(Object... boundaries) Configures boundaries and return a newBucketOperation.BucketOperation.withDefaultBucket(Object literal) Configures a default bucket literal and return a newBucketOperation.Constructors in org.springframework.data.mongodb.core.aggregation with parameters of type BucketOperationModifierConstructorDescriptionprotectedBucketOperationOutputBuilder(Object value, BucketOperation operation) Creates a newBucketOperation.BucketOperationOutputBuilderfot the given value andBucketOperation.protectedExpressionBucketOperationBuilder(String expression, BucketOperation operation, Object[] parameters) Creates a newBucketOperationSupport.ExpressionBucketOperationBuilderSupportfor the given value,BucketOperationand parameters.