Re: [JBoss-user] one-to-one relationship

2002-05-16 Thread Ingo Bruell
Hi Alex, > While deploying beans with one-to-one relationship each bean's table > contains a field that represent the primary key of the other bean. For > example for ResourceOwner-Contacts one-to-one unidirectional > relationship table 'resourceowner' contains field 'contacts' and table > 'con

[JBoss-user] one-to-one relationship

2002-05-16 Thread Alex Loubyansky
While deploying beans with one-to-one relationship each bean's table contains a field that represent the primary key of the other bean. For example for ResourceOwner-Contacts one-to-one unidirectional relationship table 'resourceowner' contains field 'contacts' and table 'contacts' contains 'Res