Uses of Class
org.springframework.data.mongodb.core.aggregation.GroupOperation
Packages that use GroupOperation
Package
Description
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 GroupOperationModifier and TypeMethodDescriptionGroupOperation.and(String fieldName, AggregationExpression expression) Adds a computed field to theGroupOperation.protected GroupOperationGroupOperation.and(org.springframework.data.mongodb.core.aggregation.GroupOperation.Operation operation) Creates a newGroupOperationfrom the current one adding the givenGroupOperation.Operation.Allows to specify an alias for the new-operation operation.static GroupOperationCreates a newGroupOperationfor the given fields.static GroupOperationCreates a newGroupOperationfor the givenFields.Constructors in org.springframework.data.mongodb.core.aggregation with parameters of type GroupOperationModifierConstructorDescriptionprotectedGroupOperation(GroupOperation groupOperation) Creates a newGroupOperationfrom the givenGroupOperation.