Uses of Class
org.hibernate.test.lazyonetoone.Employee

Packages that use Employee
org.hibernate.test.lazyonetoone   
 

Uses of Employee in org.hibernate.test.lazyonetoone
 

Methods in org.hibernate.test.lazyonetoone that return Employee
 Employee Person.getEmployee()
           
 

Methods in org.hibernate.test.lazyonetoone with parameters of type Employee
 void Person.setEmployee(Employee employee)
           
 

Constructors in org.hibernate.test.lazyonetoone with parameters of type Employee
Employment(Employee e, String org)
           
 



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