Methods in play.modules.morphia that return AggregationResult |
static AggregationResult |
Model.groupAverage(String field,
String... groupKeys)
|
AggregationResult |
Model.MorphiaQuery.groupAverage(String field,
String... groupKeys)
|
static AggregationResult |
Model.groupCount(String field,
String... groupKeys)
|
AggregationResult |
Model.MorphiaQuery.groupCount(String field,
String... groupKeys)
|
static AggregationResult |
Model.groupMax(String field,
String... groupKeys)
|
AggregationResult |
Model.MorphiaQuery.groupMax(String field,
String... groupKeys)
|
static AggregationResult |
Model.groupMin(String field,
String... groupKeys)
|
AggregationResult |
Model.MorphiaQuery.groupMin(String field,
String... groupKeys)
|
static AggregationResult |
Model.groupSum(String field,
String... groupKeys)
|
AggregationResult |
Model.MorphiaQuery.groupSum(String field,
String... groupKeys)
|