Uses of Class
dev.morphia.aggregation.Group
-
Packages that use Group Package Description dev.morphia.aggregation -
-
Uses of Group in dev.morphia.aggregation
Methods in dev.morphia.aggregation that return Group Modifier and Type Method Description Group
Group. getNested()
Deprecated, for removal: This API element is subject to removal in a future version.static Group
Group. grouping(String name)
Deprecated, for removal: This API element is subject to removal in a future version.Creates a named groupingstatic Group
Group. grouping(String name, Accumulator accumulator)
Deprecated, for removal: This API element is subject to removal in a future version.Creates a named grouping on a fieldstatic Group
Group. grouping(String name, Group group)
Deprecated, for removal: This API element is subject to removal in a future version.Creates a named groupingstatic Group
Group. grouping(String name, Projection... projections)
Deprecated, for removal: This API element is subject to removal in a future version.Creates a named groupingstatic Group
Group. grouping(String name, String sourceField)
Deprecated, for removal: This API element is subject to removal in a future version.Creates a named grouping on a fieldMethods in dev.morphia.aggregation that return types with arguments of type Group Modifier and Type Method Description static List<Group>
Group. id(Group... fields)
Deprecated, for removal: This API element is subject to removal in a future version.Create a group of Groups for use as an IDMethods in dev.morphia.aggregation with parameters of type Group Modifier and Type Method Description AggregationPipeline
AggregationPipeline. group(Group... groupings)
Deprecated, for removal: This API element is subject to removal in a future version.Groups input documents by a specified identifier expression and applies the accumulator expression(s), if specified, to each group .AggregationPipeline
AggregationPipeline. group(String id, Group... groupings)
Deprecated, for removal: This API element is subject to removal in a future version.Groups input documents by a specified identifier expression and applies the accumulator expression(s), if specified, to each group.AggregationPipeline
AggregationPipeline. group(List<Group> id, Group... groupings)
Deprecated, for removal: This API element is subject to removal in a future version.AggregationPipeline
AggregationPipelineImpl. group(Group... groupings)
Deprecated, for removal: This API element is subject to removal in a future version.AggregationPipeline
AggregationPipelineImpl. group(String id, Group... groupings)
Deprecated, for removal: This API element is subject to removal in a future version.AggregationPipeline
AggregationPipelineImpl. group(List<Group> id, Group... groupings)
Deprecated, for removal: This API element is subject to removal in a future version.static Group
Group. grouping(String name, Group group)
Deprecated, for removal: This API element is subject to removal in a future version.Creates a named groupingstatic List<Group>
Group. id(Group... fields)
Deprecated, for removal: This API element is subject to removal in a future version.Create a group of Groups for use as an IDMethod parameters in dev.morphia.aggregation with type arguments of type Group Modifier and Type Method Description AggregationPipeline
AggregationPipeline. group(List<Group> id, Group... groupings)
Deprecated, for removal: This API element is subject to removal in a future version.AggregationPipeline
AggregationPipelineImpl. group(List<Group> id, Group... groupings)
Deprecated, for removal: This API element is subject to removal in a future version.
-