[JBoss-user] [EJB 3.0] - Re: ManyToOne - Problems managing relationships

2006-04-08 Thread oliverchua
Hi Colin,

If Child owns the relationship, should you be doing this:
child.setParent(parent)
instead of 
parent.addChild(child)?

From what I understand, if the Child is the mapped field(not the owner) the 
relationship will be ignored during saving to avoid duplicates.

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: ManyToOne - Problems managing relationships

2006-04-07 Thread ejb3workshop
I usually place the annotations on the getter methods. I haven't seen them on 
the member yet. In the past I also got the Transient... exception when I tried 
to persist entities which hadn't been attached previously and where I left out 
a CASCADE path. 

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

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


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user