Uses of Class
org.hibernate.test.keymanytoone.bidir.component.Customer

Packages that use Customer
org.hibernate.test.keymanytoone.bidir.component   
 

Uses of Customer in org.hibernate.test.keymanytoone.bidir.component
 

Methods in org.hibernate.test.keymanytoone.bidir.component that return Customer
 Customer Order.Id.getCustomer()
           
 

Methods in org.hibernate.test.keymanytoone.bidir.component with parameters of type Customer
 void Order.Id.setCustomer(Customer customer)
           
 

Constructors in org.hibernate.test.keymanytoone.bidir.component with parameters of type Customer
Order.Id(Customer customer, long number)
           
 



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