Dont think that it is possible since both of these are defined as abstract in the BaseObject class.
since the class eventually derives from BaseObject, it has to override them, the template can be changed to make them a NO-OP. thx, -subhash. --- Geoff Fortytwo <[EMAIL PROTECTED]> wrote: > Right now, when I generate my OM classes, Torque > adds the following save > methods to each class: > public void save() throws Exception > public void save(String dbName) throws > TorqueException > public void save(DBConnection dbCon) throws > TorqueException > > Is there a way to prevent the save() and > save(String) methods from being > generated while still allowing it to generate the > save(DBConnection) methods? > > (I'm using Torque 3.0b2 right now, but I can move to > Torque 3.0b3 if that > would give me this capability.) > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
