What language is the Object.vm written in? Understanding it is obvious enough (just a bunch of loops and conditionals), but I don't recall ever seeing anything exactly like it before.
At 04:32 PM 5/30/2002, you wrote: >You will have to modify Object.vm template. > >On Thu, May 30, 2002 at 04:27:37PM -0700, Geoff Fortytwo 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]> > > > >-- >There is no limit to what you can do >if you don't care who gets the credit. > - Keynote > >-- >To unsubscribe, >e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: ><mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
