-->
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.  [ 2 posts ] 
Author Message
 Post subject: cascade="all" and cascade="all-delete-orphan"
PostPosted: Fri Jan 29, 2010 1:16 pm 
Newbie

Joined: Tue Jul 24, 2007 2:40 am
Posts: 6
What is the difference between this:

<set name="children" inverse="true" cascade="all">
<key column="parent_id"/>
<one-to-many class="Child"/>
</set>

and this:
<set name="children" inverse="true" cascade="all-delete-orphan"><key column="parent_id"/>
<one-to-many class="Child"/>
</set>


Top
 Profile  
 
 Post subject: Re: cascade="all" and cascade="all-delete-orphan"
PostPosted: Fri Jan 29, 2010 4:24 pm 
Newbie

Joined: Mon Oct 11, 2004 5:06 pm
Posts: 4
See section 10.11 of the documentation. It's pretty good at describing what the cascade values mean.


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

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.