RE: 1 to 1 mapping

2004-03-22 Thread McCaffrey, John G.
the way that I will find my rows. -Original Message- From: McCaffrey, John G. [mailto:[EMAIL PROTECTED] Sent: Friday, March 19, 2004 1:12 PM To: 'OJB Users List' Subject: RE: 1 to 1 mapping Armin, First, Thanks for responding I appreciate your assitance. My problem is that the table B can

Re: 1 to 1 mapping

2004-03-19 Thread Armin Waibel
Hi John, you have to declare all PK fields in the collection/reference-descriptor inverse-foreignkey/foreignkey tags. McCaffrey, John G. wrote: I am trying to join two tables A and B table A has three primary keys Main_ID Node_ID Process_Date table B has two primary keys Node_ID Process_Date my

RE: 1 to 1 mapping

2004-03-19 Thread McCaffrey, John G.
what really makes those rows unique. (I think it would adversely affect my findByPK and insert methods) thanks again for your help -Original Message- From: Armin Waibel [mailto:[EMAIL PROTECTED] Sent: Friday, March 19, 2004 12:35 PM To: OJB Users List Subject: Re: 1 to 1 mapping Hi

1 to 1 mapping

2004-03-18 Thread McCaffrey, John G.
I am trying to join two tables A and B table A has three primary keys Main_ID Node_ID Process_Date table B has two primary keys Node_ID Process_Date my mapping has the Table A object containing a collection of B obj I want to join the collection using the Node_ID, because it is the only thing

Re: 1 to 1 mapping

2004-03-18 Thread Edson Carlos Ericksson Richter
, March 18, 2004 4:33 PM Subject: 1 to 1 mapping I am trying to join two tables A and B table A has three primary keys Main_ID Node_ID Process_Date table B has two primary keys Node_ID Process_Date my mapping has the Table A object containing a collection of B obj I want