org.hibernate.ejb.test.cascade
Class Grandson
java.lang.Object
org.hibernate.ejb.test.cascade.Grandson
@Entity
public class Grandson
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Grandson
public Grandson()
getId
public Integer getId()
setId
public void setId(Integer id)
getParent
public Son getParent()
setParent
public void setParent(Son parent)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.