-->
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: Updating child rows when parent is deleted.
PostPosted: Fri Oct 19, 2007 3:28 am 
Newbie

Joined: Fri Oct 19, 2007 3:15 am
Posts: 1
Location: Hyderabad
Hi

I am newbie to hibernate. I have a parent table and a child table.
When I delete a row in parent table
( I am using cascade="delete" in hbm ) so all the corresponding rows in child table are getting deleted. . But my task is to update the corresponding child rows (insted of deleting) with null .
I can do that by removing the cascade="delete" writing a query to update the child table rows (using where pid=? condition) ..
I just wanted to know is there any other easy way i can achieve the result.

Thank you

_________________
SSDD


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.