Uses of Class
cz.encircled.joiner.model.Group
-
Packages that use Group Package Description cz.encircled.joiner.model -
-
Uses of Group in cz.encircled.joiner.model
Fields in cz.encircled.joiner.model with type parameters of type Group Modifier and Type Field Description com.querydsl.core.types.dsl.ListPath<Group,QGroup>QNormalUser. groupscom.querydsl.core.types.dsl.ListPath<Group,QGroup>QSuperUser. groupscom.querydsl.core.types.dsl.ListPath<Group,QGroup>QUser. groupsMethods in cz.encircled.joiner.model that return Group Modifier and Type Method Description GroupStatus. getGroup()Methods in cz.encircled.joiner.model that return types with arguments of type Group Modifier and Type Method Description List<Group>User. getGroups()Methods in cz.encircled.joiner.model with parameters of type Group Modifier and Type Method Description voidStatus. setGroup(Group group)Method parameters in cz.encircled.joiner.model with type arguments of type Group Modifier and Type Method Description voidUser. setGroups(List<Group> groups)Constructor parameters in cz.encircled.joiner.model with type arguments of type Group Constructor Description QGroup(com.querydsl.core.types.Path<? extends Group> path)
-