Uses of Class
org.hibernate.test.propertyref.inheritence.union.Person

Packages that use Person
org.hibernate.test.propertyref.inheritence.union   
 

Uses of Person in org.hibernate.test.propertyref.inheritence.union
 

Subclasses of Person in org.hibernate.test.propertyref.inheritence.union
 class Customer
           
 

Methods in org.hibernate.test.propertyref.inheritence.union that return Person
 Person Account.getPerson()
           
 

Methods in org.hibernate.test.propertyref.inheritence.union with parameters of type Person
 void Account.setPerson(Person person)
           
 



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