Uses of Class
org.hibernate.test.idprops.Person

Packages that use Person
org.hibernate.test.idprops   
 

Uses of Person in org.hibernate.test.idprops
 

Methods in org.hibernate.test.idprops that return Person
 Person Order.getOrderee()
           
 

Methods in org.hibernate.test.idprops with parameters of type Person
 void Order.setOrderee(Person orderee)
           
 

Constructors in org.hibernate.test.idprops with parameters of type Person
Order(Long number, Person orderee)
           
 



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