Re: please help with complexObjectModel

2004-02-18 Thread E.Nebrat
Thank you, Michael. netseeker wrote: ah, you are using the javaName attribute. Ok, this should work: -- BR, Eugene Nebrat. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: please help with complexObjectModel

2004-02-18 Thread netseeker
18, 2004 12:24 PM > To: Apache Torque Users List > Subject: Re: please help with complexObjectModel > > > I didn't know about any schema-elements naming rules from docs... But > anyway there is something else here... > > >I guess your column is named exactly as

Re: please help with complexObjectModel

2004-02-18 Thread E.Nebrat
I didn't know about any schema-elements naming rules from docs... But anyway there is something else here... I guess your column is named exactly as the related table, eg. foreign column name ="SomeTable" and related table name="SomeTable". This is my schema fragment. Could you point me, what's w

RE: please help with complexObjectModel

2004-02-18 Thread netseeker
ednesday, February 18, 2004 11:40 AM > To: [EMAIL PROTECTED] > Subject: please help with complexObjectModel > > > Hi, > could you help me and explain why it happens? > I use torque-gen-3.1 from binaries. > There is a table for SomeObject in the schema-definition, which has > f

please help with complexObjectModel

2004-02-18 Thread E.Nebrat
Hi, could you help me and explain why it happens? I use torque-gen-3.1 from binaries. There is a table for SomeObject in the schema-definition, which has foreign key on the one column. When I set complexObjectModel to true (as I would like to), generator produces corresponding BaseSomeObject.jav