org.hibernate.test.cascade
Class DeleteOrphanChild

java.lang.Object
  extended by org.hibernate.test.cascade.DeleteOrphanChild

public class DeleteOrphanChild
extends Object

Created by IntelliJ IDEA. User: Gail Date: Jan 2, 2007 Time: 4:52:10 PM To change this template use File | Settings | File Templates.


Constructor Summary
DeleteOrphanChild()
           
 
Method Summary
 Long getId()
           
 Parent getParent()
           
 void setId(Long id)
           
 void setParent(Parent parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteOrphanChild

public DeleteOrphanChild()
Method Detail

getId

public Long getId()

setId

public void setId(Long id)

getParent

public Parent getParent()

setParent

public void setParent(Parent parent)


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.