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

Packages that use Person
org.hibernate.test.cuk   
 

Uses of Person in org.hibernate.test.cuk
 

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

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



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