Uses of Class
org.hibernate.beanvalidation.tck.tests.metadata.Customer

Packages that use Customer
org.hibernate.beanvalidation.tck.tests.metadata   
 

Uses of Customer in org.hibernate.beanvalidation.tck.tests.metadata
 

Methods in org.hibernate.beanvalidation.tck.tests.metadata that return Customer
 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)
           
 

Methods in org.hibernate.beanvalidation.tck.tests.metadata with parameters of type Customer
 void CustomerServiceExtension.removeCustomer(Customer customer)
           
 void CustomerService.removeCustomer(Customer customer)
           
 void Account.setCustomer(Customer customer)
           
 void CustomerService.updateCustomer(Customer customer)
           
 

Constructors in org.hibernate.beanvalidation.tck.tests.metadata with parameters of type Customer
CustomerService(Customer customer)
           
 



Copyright © 2008-2013. All Rights Reserved.