as said in the previous mail i made some extensions and reimplementation to several org.apache.torque.utils classes. but they are not general, they are intented for my own Business Objects, which have general ObjectIdentifiers, and Relations to other BizObjects, for this i generate on-the-fly torque's MapBuilders, and i do not use torque-gen at all... but i have still lots of unsolved issues, for instance for now i am emulating a outer join, by executing two select queries and i compose the result manipulating java lists of BizObjects, which works fine, but is very unefficient... but soon i will implement a native support for outer joins in my BizCriteria.... i already have a good idea...
regards Michael ----- Mensaje original ----- De: Ferruh Zamangoer <[EMAIL PROTECTED]> Fecha: Lunes, Agosto 23, 2004 12:03 pm Asunto: Torque restriction to single column pk tables > Hi Michael, > > i'am read your posting [EMAIL PROTECTED] I have the same > problemthat I have single column pk tables. Do you have find some > another way to > solve the problem with single column pk tables??? > > best regards, > ferruh > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
