Uses of Class
org.hibernate.test.cid.Customer

Packages that use Customer
org.hibernate.test.cid   
 

Uses of Customer in org.hibernate.test.cid
 

Methods in org.hibernate.test.cid that return Customer
 Customer Order.getCustomer()
           
 

Methods in org.hibernate.test.cid with parameters of type Customer
 void Order.setCustomer(Customer customer)
           
 

Constructors in org.hibernate.test.cid with parameters of type Customer
Order(Customer customer)
           
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.