| Package | Description |
|---|---|
| cz.encircled.joiner.test.model |
| Modifier and Type | Field and Description |
|---|---|
com.mysema.query.types.path.SetPath<Address,QAddress> |
QUser.addresses |
com.mysema.query.types.path.SetPath<Address,QAddress> |
QSuperUser.addresses |
com.mysema.query.types.path.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.mysema.query.types.PathMetadata<?> metadata,
com.mysema.query.types.path.PathInits inits) |
QAddress(com.mysema.query.types.Path<? extends Address> path) |
Copyright © 2016. All rights reserved.