-->
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: CascadeType.ALL required for session.saveOrUpdate(entity) ?
PostPosted: Thu Nov 09, 2006 4:39 pm 
Newbie

Joined: Tue May 23, 2006 12:46 pm
Posts: 17
Hi All,

I'm finding that only CascadeType.ALL works with session.saveOrUpdate(entity).

Using CascadeType.PERSIST and CascadeType.MERGE only works witth session.persist(entity).

Is this expected?

This is an example of the OneToMany mappings.

@OneToMany(cascade = CascadeType.ALL, targetEntity = PlanImpl.class)
@IndexColumn(name = "plan_order")
@Cache(usage = CacheConcurrencyStrategy.READ_WRITE)
public List<Plan> getPlans()
{
return plans;
}

Thanks.
Ashley


Top
 Profile  
 
 Post subject:
PostPosted: Thu Nov 09, 2006 6:37 pm 
Hibernate Team
Hibernate Team

Joined: Mon Aug 25, 2003 9:11 pm
Posts: 4592
Location: Switzerland
@org.hibernate.annotations.Cascade


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.