| Package | Description |
|---|---|
| org.hibernate.beanvalidation.tck.tests.validation.graphnavigation |
| Modifier and Type | Method and Description |
|---|---|
User |
Order.getCustomer() |
User |
Address.getInhabitant() |
| Modifier and Type | Method and Description |
|---|---|
List<User> |
User.getKnowsUser() |
| Modifier and Type | Method and Description |
|---|---|
void |
User.knows(User user) |
void |
Order.setCustomer(User customer) |
void |
Address.setInhabitant(User inhabitant) |
Copyright © 2008–2017. All rights reserved.