| Package | Description |
|---|---|
| org.hibernate.beanvalidation.tck.tests.xmlconfiguration.methodvalidation |
| Modifier and Type | Method and Description |
|---|---|
Customer |
CustomerRepository.findCustomer(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<Customer> |
CustomerRepository.findByExample(Customer customer) |
List<Customer> |
CustomerRepository.listCustomers() |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomerRepository.addCustomers(Customer... customer) |
List<Customer> |
CustomerRepository.findByExample(Customer customer) |
Long |
CustomerRepository.notifyCustomer(Customer customer,
String message) |
Copyright © 2008–2017. All rights reserved.