| Package | Description |
|---|---|
| cz.encircled.joiner.test.model |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.ListPath<Group,QGroup> |
QUser.groups |
com.querydsl.core.types.dsl.ListPath<Group,QGroup> |
QSuperUser.groups |
com.querydsl.core.types.dsl.ListPath<Group,QGroup> |
QNormalUser.groups |
| Modifier and Type | Method and Description |
|---|---|
Group |
Status.getGroup() |
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
User.getGroups() |
| Modifier and Type | Method and Description |
|---|---|
void |
Status.setGroup(Group group) |
| Modifier and Type | Method and Description |
|---|---|
void |
User.setGroups(List<Group> groups) |
| Constructor and Description |
|---|
QGroup(com.querydsl.core.types.Path<? extends Group> path) |
Copyright © 2018. All rights reserved.