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