-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: On cascade-delete
PostPosted: Fri Feb 11, 2005 4:59 pm 
Newbie

Joined: Fri Feb 11, 2005 4:30 pm
Posts: 1
Hi,

I have two tables with a parent-child (one-many) relationship, and I have enabled cascade-delete on the child's table as a referential constraint.
Over at hibernate's end, in the parent's class mapping doc, I've declared
Quote:
cascade="all-delete-orphan"
attribute
on the set of child class.

The interesting thing I've observed is that when I perform a session.delete() on the parent class object, hibernate will generate a delete statement for the child record as well. To prevent hibernate for issuing this redundant delete statement (since the child record would have been cascade deleted), I have to remove the above attribute. Is there a way to declare the above and yet have hibernate not issue the extra delete statement?

Thanks


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.