Uses of Class
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.methodvalidation.Customer

Packages that use Customer
org.hibernate.beanvalidation.tck.tests.xmlconfiguration.methodvalidation   
 

Uses of Customer in org.hibernate.beanvalidation.tck.tests.xmlconfiguration.methodvalidation
 

Methods in org.hibernate.beanvalidation.tck.tests.xmlconfiguration.methodvalidation that return Customer
 Customer CustomerRepository.findCustomer(String id)
           
 

Methods in org.hibernate.beanvalidation.tck.tests.xmlconfiguration.methodvalidation that return types with arguments of type Customer
 List<Customer> CustomerRepository.findByExample(Customer customer)
           
 List<Customer> CustomerRepository.listCustomers()
           
 

Methods in org.hibernate.beanvalidation.tck.tests.xmlconfiguration.methodvalidation with parameters of type Customer
 void CustomerRepository.addCustomers(Customer... customer)
           
 List<Customer> CustomerRepository.findByExample(Customer customer)
           
 Long CustomerRepository.notifyCustomer(Customer customer, String message)
           
 



Copyright © 2008-2013. All Rights Reserved.