Spring Data MongoDB - Core

Uses of Class
org.springframework.data.mongodb.core.aggregation.GroupOperation

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

Copyright © 2011-2014-2014 Pivotal Software, Inc.. All Rights Reserved.