Uses of Class
org.hibernate.test.sql.hand.Person

Packages that use Person
org.hibernate.test.sql.hand   
 

Uses of Person in org.hibernate.test.sql.hand
 

Methods in org.hibernate.test.sql.hand that return Person
 Person Employment.getEmployee()
           
 Person Order.getPerson()
           
 Person Product.getPerson()
           
 

Methods in org.hibernate.test.sql.hand with parameters of type Person
 void Employment.setEmployee(Person employee)
           
 void Order.setPerson(Person person)
           
 void Product.setPerson(Person person)
           
 

Constructors in org.hibernate.test.sql.hand with parameters of type Person
Employment(Person employee, Organization employer, String regionCode)
           
 



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