[jboss-user] [EJB 3.0] - Re: deleting entities from a Collection
aberezin
do-not-reply at jboss.com
Thu Sep 7 18:04:00 EDT 2006
I think I have part of the answer: See http://www.jboss.com/index.html?module=bb&op=viewtopic&t=56357
The short answer seem to be that in a bidirectional OneToMany, you must explicitly delete the entity after removing it from the collection. However, in that post, Bill Burke seems to indicate that a "non-inverse", which I assume is a unidirectional relationship, would automatically delete the entity when it is removed from the collection.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970232#3970232
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970232
More information about the jboss-user
mailing list