| Package | Description |
|---|---|
| org.springframework.data.mongodb.core.aggregation |
Support for the MongoDB aggregation framework.
|
| Modifier and Type | Method and Description |
|---|---|
protected GroupOperation |
GroupOperation.and(org.springframework.data.mongodb.core.aggregation.GroupOperation.Operation operation)
Creates a new
GroupOperation from the current one adding the given Operation. |
GroupOperation |
GroupOperation.GroupOperationBuilder.as(String alias)
Allows to specify an alias for the new-operation operation.
|
static GroupOperation |
Aggregation.group(Fields fields)
Creates a new
GroupOperation for the given Fields. |
static GroupOperation |
Aggregation.group(String... fields)
Creates a new
GroupOperation for the given fields. |
| Constructor and Description |
|---|
GroupOperation(GroupOperation groupOperation)
Creates a new
GroupOperation from the given GroupOperation. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.