[JBoss-user] [EJB/JBoss] - Re: how to add/remove data from many-to-many CMR?

2004-07-11 Thread didi
can you give me a paragraph number please? 

10.3.4 explains removing from a relationship. As far as I understood it you just have 
to entityBean2.remove() and entityBean2 gets removed from the relationship of 
entityBean1 (suggest there was a relationship between entityBean1 and entityBean2). Is 
that right?

adding should be done with entityBean1.getEntityBean2s().add(entityBean2); But what do 
I actually add: the ValueObject or the (Local)Interface?

tnx anyway

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841684#3841684

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841684


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: how to add/remove data from many-to-many CMR?

2004-07-10 Thread loubyansky
You should read a paragraph in EJB2.x spec.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841623#3841623

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841623


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user