Hi all, I am trying to clean the model generated by torque (don't want to have myobj.save, myobj.insert and so on, Peer classes are just enough for me). How can I achieve this.
I have tried setting addSaveMethod = false complexObjectModel = false It really generates cleaner code (only POJO), but... they are not compilable :(((. Because the BaseMyObj extends the BaseObject, which defines three abstract methods: save(...) x 3. Is this a problem with the Torque generator or I want to do something that torque is not supposed to support? Or, am I doing something wrong??? Pls help. Thanks, Alex --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
