Uses of Class
dev.morphia.aggregation.stages.Group.GroupId
-
Packages that use Group.GroupId Package Description dev.morphia.aggregation.stages -
-
Uses of Group.GroupId in dev.morphia.aggregation.stages
Methods in dev.morphia.aggregation.stages that return Group.GroupId Modifier and Type Method Description Group.GroupIdGroup.GroupId. field(String name)Adds a field to the group.Group.GroupIdGroup.GroupId. field(String name, dev.morphia.aggregation.expressions.impls.Expression expression)Adds a named field to the group with an expression giving the value.Group.GroupIdGroup. getId()static Group.GroupIdGroup. id()Creates an unnamed group IDstatic Group.GroupIdGroup. id(dev.morphia.aggregation.expressions.impls.Expression name)Creates a named group IDstatic Group.GroupIdGroup. id(String name)Creates a named group IDMethods in dev.morphia.aggregation.stages with parameters of type Group.GroupId Modifier and Type Method Description static GroupGroup. group(Group.GroupId id)Creates a group stage with an ID definitionstatic GroupGroup. of(Group.GroupId id)Deprecated, for removal: This API element is subject to removal in a future version.Constructors in dev.morphia.aggregation.stages with parameters of type Group.GroupId Constructor Description Group(Group.GroupId id)
-