| Package | Description |
|---|---|
| cz.encircled.joiner.test.model |
| Modifier and Type | Class and Description |
|---|---|
class |
Phone |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.SetPath<Contact,QContact> |
QUser.contacts |
com.querydsl.core.types.dsl.SetPath<Contact,QContact> |
QSuperUser.contacts |
com.querydsl.core.types.dsl.SetPath<Contact,QContact> |
QNormalUser.contacts |
com.querydsl.core.types.dsl.SetPath<Contact,QContact> |
QUser.employmentContacts |
com.querydsl.core.types.dsl.SetPath<Contact,QContact> |
QSuperUser.employmentContacts |
com.querydsl.core.types.dsl.SetPath<Contact,QContact> |
QNormalUser.employmentContacts |
| Modifier and Type | Method and Description |
|---|---|
Set<Contact> |
User.getContacts() |
Set<Contact> |
User.getEmploymentContacts() |
| Modifier and Type | Method and Description |
|---|---|
void |
User.setContacts(Set<Contact> contacts) |
void |
User.setEmploymentContacts(Set<Contact> employmentContacts) |
| Constructor and Description |
|---|
QContact(Class<? extends Contact> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QContact(com.querydsl.core.types.Path<? extends Contact> path) |
Copyright © 2018. All rights reserved.