org.hibernate.test.annotations.engine.collection
Class Mother
java.lang.Object
   org.hibernate.test.annotations.engine.collection.Mother
org.hibernate.test.annotations.engine.collection.Mother
- @Entity
public class Mother 
- extends Object
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Mother
public Mother()
getId
public Integer getId()
- 
 
setId
public void setId(Integer id)
- 
 
getSons
public Set<Son> getSons()
- 
 
setSons
public void setSons(Set<Son> sons)
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.