|
Spring Data MongoDB - Core | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GroupOperation | |
|---|---|
| org.springframework.data.mongodb.core.aggregation | Support for the MongoDB aggregation framework. |
| Uses of GroupOperation in org.springframework.data.mongodb.core.aggregation |
|---|
| Methods in org.springframework.data.mongodb.core.aggregation that return GroupOperation | |
|---|---|
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. |
| Constructors in org.springframework.data.mongodb.core.aggregation with parameters of type GroupOperation | |
|---|---|
GroupOperation(GroupOperation groupOperation)
Creates a new GroupOperation from the given GroupOperation. |
|
|
Spring Data MongoDB - Core | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||