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