| Package | Description |
|---|---|
| cz.encircled.joiner.model |
| Modifier and Type | Class and Description |
|---|---|
class |
NormalUser
Created by Kisel on 28.01.2016.
|
class |
SuperUser
Created by Kisel on 28.01.2016.
|
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.SetPath<User,QUser> |
QGroup.users |
| Modifier and Type | Method and Description |
|---|---|
User |
Contact.getEmploymentUser() |
User |
User.getUser() |
User |
Status.getUser() |
User |
Contact.getUser() |
User |
Address.getUser() |
| Modifier and Type | Method and Description |
|---|---|
Set<User> |
Group.getUsers() |
| Modifier and Type | Method and Description |
|---|---|
void |
Contact.setEmploymentUser(User employmentUser) |
void |
User.setUser(User user) |
void |
Status.setUser(User user) |
void |
Contact.setUser(User user) |
void |
Address.setUser(User user) |
| Modifier and Type | Method and Description |
|---|---|
void |
Group.setUsers(Set<User> users) |
| Constructor and Description |
|---|
QUser(Class<? extends User> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QUser(com.querydsl.core.types.Path<? extends User> path) |
Copyright © 2021. All rights reserved.