| Package | Description |
|---|---|
| org.springframework.data.mongodb.core.aggregation |
Support for the MongoDB aggregation framework.
|
| Modifier and Type | Method and Description |
|---|---|
static BucketOperation |
Aggregation.bucket(AggregationExpression groupByExpression)
Creates a new
BucketOperation given group-by expression. |
static BucketOperation |
Aggregation.bucket(String groupByField)
Creates a new
BucketOperation given groupByField. |
protected BucketOperation |
BucketOperation.newBucketOperation(BucketOperationSupport.Outputs outputs) |
BucketOperation |
BucketOperation.withBoundaries(Object... boundaries)
Configures boundaries and return a new
BucketOperation. |
BucketOperation |
BucketOperation.withDefaultBucket(Object literal)
Configures a default bucket literal and return a new
BucketOperation. |
| Constructor and Description |
|---|
BucketOperationOutputBuilder(Object value,
BucketOperation operation)
Creates a new
BucketOperation.BucketOperationOutputBuilder fot the given value and BucketOperation. |
ExpressionBucketOperationBuilder(String expression,
BucketOperation operation,
Object[] parameters)
Creates a new
ExpressionBucketOperationBuilderSupport for the given value, BucketOperation
and parameters. |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.