org.hibernate.test.lazyonetoone
Class Person
java.lang.Object
   org.hibernate.test.lazyonetoone.Person
org.hibernate.test.lazyonetoone.Person
- public class Person 
- extends Object
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Person
public Person(String name)
getEmployee
public Employee getEmployee()
- 
 
setEmployee
public void setEmployee(Employee employee)
- 
 
getName
public String getName()
- 
 
setName
public void setName(String name)
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.