org.hibernate.beanvalidation.tck.tests.xmlconfiguration.methodvalidation
Class CustomerRepository
java.lang.Object
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.methodvalidation.CustomerRepository
public class CustomerRepository
- extends Object
Hardy Ferentschik
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomerRepository
public CustomerRepository()
listCustomers
public List<Customer> listCustomers()
findCustomer
public Customer findCustomer(String id)
isCustomer
public boolean isCustomer(String id)
addCustomers
public void addCustomers(Customer... customer)
notifyCustomer
public Long notifyCustomer(Customer customer,
String message)
findByExample
public List<Customer> findByExample(Customer customer)
getRepositoryId
public String getRepositoryId()
Copyright © 2008-2013. All Rights Reserved.