| Package | Description |
|---|---|
| cz.encircled.joiner.test.model |
| Modifier and Type | Field and Description |
|---|---|
com.querydsl.core.types.dsl.SetPath<Address,QAddress> |
QUser.addresses |
com.querydsl.core.types.dsl.SetPath<Address,QAddress> |
QSuperUser.addresses |
com.querydsl.core.types.dsl.SetPath<Address,QAddress> |
QNormalUser.addresses |
| Modifier and Type | Method and Description |
|---|---|
Address |
Status.getAddress() |
| Modifier and Type | Method and Description |
|---|---|
Set<Address> |
User.getAddresses() |
| Modifier and Type | Method and Description |
|---|---|
void |
Status.setAddress(Address address) |
| Modifier and Type | Method and Description |
|---|---|
void |
User.setAddresses(Set<Address> addresses) |
| Constructor and Description |
|---|
QAddress(Class<? extends Address> type,
com.querydsl.core.types.PathMetadata metadata,
com.querydsl.core.types.dsl.PathInits inits) |
QAddress(com.querydsl.core.types.Path<? extends Address> path) |
Copyright © 2018. All rights reserved.