[JBoss-user] [EJB 3.0] - Re: @OneToMany relation issues

2006-02-23 Thread cspada
No one to help on this ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3925780#3925780 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3925780 --- This SF.Net email is

[JBoss-user] [EJB 3.0] - Re: @OneToMany relation issues

2006-02-23 Thread wereldkeuken
I don't see the reason why you use @JoinTable for a onetomany relationship? This is meant for a manytomany relationship no? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3925792#3925792 Reply to the post :

[JBoss-user] [EJB 3.0] - Re: @OneToMany relation issues

2006-02-23 Thread cspada
wereldkeuken wrote : I don't see the reason why you use @JoinTable for a onetomany relationship? This is meant for a manytomany relationship no? Yes it is. But i am actually coding my EJB3 code for an application, but i have to use the old Datamodel in place. So i have no choice for the moment.