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