Re: Fw: Problem with inheritance mapping

2004-02-20 Thread Jakob Braeuchi
hi peter, i committed the fix. jakob Peter Wieland wrote: Hi Jakob, the code changes seem to work well. Thank you very much. I'll tell if further problems occur. Thank you for your help, Peter hi peter, please replace the method addJoin in SqlQueryStatement with the following: priv

Re: Fw: Problem with inheritance mapping

2004-02-19 Thread Peter Wieland
Hi Jakob, the code changes seem to work well. Thank you very much. I'll tell if further problems occur. Thank you for your help, Peter > hi peter, > please replace the method addJoin in SqlQueryStatement with the following: > private void addJoin(TableAlias left, Object[] leftKeys, Tabl

Re: Fw: Problem with inheritance mapping

2004-02-18 Thread Jakob Braeuchi
hank you once again, Peter --- HIER BEGINNT DIE WEITERGELEITETE NACHRICHT -- Von: [EMAIL PROTECTED] (Peter Wieland) Datum: 16.02.2004, 17:29:33 Betreff: Problem with inheritance mapping Hi everyone, I have two entity classes AddressImpl and PersonAddressImpl, P

Re: Fw: Problem with inheritance mapping

2004-02-18 Thread Jakob Braeuchi
Von: [EMAIL PROTECTED] (Peter Wieland) Datum: 16.02.2004, 17:29:33 Betreff: Problem with inheritance mapping Hi everyone, I have two entity classes AddressImpl and PersonAddressImpl, PersonAddressImpl extending AddressImpl (below the interesting parts of my Mapping). A third class - Garaga

Re: Fw: Problem with inheritance mapping

2004-02-18 Thread Peter Wieland
rhaps you do not consider it a problem?) and if anyone has >> any >> suggestions how to proceed in the given case. >> >> Thank you once again, >> >> Peter >> >> >> --- HIER BEGINNT DIE WEITERGELEITETE NACHRICHT >>

Re: Fw: Problem with inheritance mapping

2004-02-18 Thread Jakob Braeuchi
any suggestions how to proceed in the given case. Thank you once again, Peter --- HIER BEGINNT DIE WEITERGELEITETE NACHRICHT -- Von: [EMAIL PROTECTED] (Peter Wieland) Datum: 16.02.2004, 17:29:33 Betreff: Problem with inheritance mapping Hi everyone, I have two

RE: Problem with inheritance mapping

2004-02-18 Thread Gelhar, Wallace Joseph
, 2004 7:58 AM To: [EMAIL PROTECTED] Subject: Fw: Problem with inheritance mapping Hi, I posted the message below two days ago, and from my experience I would say if there is no reply within two days, there's very few chance to have an answer at all, that's way I annoy you one more time

Fw: Problem with inheritance mapping

2004-02-18 Thread Peter Wieland
Thank you once again, Peter --- HIER BEGINNT DIE WEITERGELEITETE NACHRICHT -- Von: [EMAIL PROTECTED] (Peter Wieland) Datum: 16.02.2004, 17:29:33 Betreff: Problem with inheritance mapping Hi everyone, I have two entity classes AddressImpl and PersonAddressImpl, Pe

Problem with inheritance mapping

2004-02-16 Thread Peter Wieland
Hi everyone, I have two entity classes AddressImpl and PersonAddressImpl, PersonAddressImpl extending AddressImpl (below the interesting parts of my Mapping). A third class - GaragaeImpl - holds a reference to an AddressImpl (might be an AddressImpl or a PersonAddressImpl). ...