[jboss-user] [EJB 3.0] - Re: Reverse entity Mapping on a @SecondaryTable

2007-04-19 Thread ablevine1
Thanks for the resonse. That's what I'm doing now but I'd like to avoid having to write delgator methods to access properties from the secondary object from the primary object in order to make it appear as one object View the original post :

[jboss-user] [EJB 3.0] - Re: Reverse entity Mapping on a @SecondaryTable

2007-04-18 Thread fhh
As far as I know secondary tables have to share primary keys. You could use @OneToOne instead. Regards Felix View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038651#4038651 Reply to the post :