Hi,
I have just started modifying om/Object.vm to add some convenience methods.
After protected void init${relCol}() ...
I added a method

public void clear${relCol}()
   {
       $collName = null;
   }

rebuilt the jar and ran torque:om.
Strangely the method is just not being generated.
Why is that?
I need some advise what else needs to be considered. Thanks.

Marc

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to