Uses of Class
org.hibernate.test.propertyref.basic.Person

Packages that use Person
org.hibernate.test.propertyref.basic   
 

Uses of Person in org.hibernate.test.propertyref.basic
 

Methods in org.hibernate.test.propertyref.basic that return Person
 Person Address.getPerson()
           
 Person Account.getUser()
           
 

Methods in org.hibernate.test.propertyref.basic with parameters of type Person
 void Address.setPerson(Person person)
           
 void Account.setUser(Person user)
           
 



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