| Package | Description |
|---|---|
| org.hibernate.beanvalidation.tck.tests.metadata |
| Modifier and Type | Method and Description |
|---|---|
Customer |
CustomerService.findCustomer(long id) |
Customer |
CustomerService.findCustomer(long id,
int i) |
Customer |
CustomerService.getBestCustomer() |
Customer |
Account.getCustomer() |
Customer |
CustomerService.updateAccount(Account account) |
Customer |
CustomerService.updateAccountStrictly(Account account) |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomerServiceExtension.removeCustomer(Customer customer) |
void |
CustomerService.removeCustomer(Customer customer) |
void |
Account.setCustomer(Customer customer) |
void |
CustomerService.updateCustomer(Customer customer) |
| Constructor and Description |
|---|
CustomerService(Customer customer) |
Copyright © 2008–2014. All rights reserved.