Uses of Class
org.mongojack.Aggregation.Group
-
Packages that use Aggregation.Group Package Description org.mongojack -
-
Uses of Aggregation.Group in org.mongojack
Methods in org.mongojack that return Aggregation.Group Modifier and Type Method Description static Aggregation.Group
Aggregation.Group. by(String key)
static Aggregation.Group
Aggregation.Group. by(Aggregation.Expression<?> key)
Aggregation.Group
Aggregation.Group. set(String field, Aggregation.Group.Accumulator value)
Aggregation.Group
Aggregation.Group. set(Map<String,Aggregation.Group.Accumulator> calculatedFields)
-