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]>

Reply via email to