Dan Finkelstein <[EMAIL PROTECTED]> writes: > On this question of non regenerating the BaseXXX classes, they haven't been > fully useful for me. For example, I have wanted to add to the velocity > templates a custom method that I would like to be part of all the BaseXXX > classes. Torque isn't able to accommodate this, once the classes have been > built.
Yes it can. Add a base OM class which has this method defined, and regenerate your BaseXxx classes. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
