-->
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: How can I cascade delete on unidirectional ManyToOne
PostPosted: Fri Jan 27, 2006 5:30 pm 
Newbie

Joined: Fri Jan 27, 2006 5:13 pm
Posts: 4
Using EJB2.x / XDocled I have to insert <cascade-delete/> tag on "many" side and it seems very natural for unidirectional ManyToOne relationships - "one" side remains clean, without declared collections that are never used.

But EJB3 forces to create stuppid and useless collection on "one" side, forcing creating bidirectional relationships if I have to cascade removing - I have to add @OneToMane(cascade=CascadeType.REMOVE) annotations on "one" side.

Is there any way to remain the relationship unidirectional when I only need cascade removing corresponding "many" side entities?

_________________
CRM SalesMax: unlimited sales


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jan 30, 2006 10:03 am 
Hibernate Team
Hibernate Team

Joined: Sun Sep 14, 2003 3:54 am
Posts: 7256
Location: Paris, France
Of course EJB3 does not force you to define a bidirectional repationship

_________________
Emmanuel


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.