John McNally wrote:

> 
> in this case a class A will be created which extends AParent which is
> the OM class for the table which exists in the other schema.  I am not
> sure how A will already have all the functionality it needs, the usual
> process with torque is to use torque to create the empty classes and the
> classes with the generated methods (BaseA) then to add functionality to
> A.java.
> 
> If you are referring to the ability to use AParent without extending it,
> that might be advantageous in some circumstances though AParent will
> likely not contain all the functionality it needs as it will have no
> knowledge of the classes generated from the new schema.  There still
> might be circumstances where it is preferred to add the needed methods
> manually.  I (and others) would appreciate it if this functionality was
> added to torque.

if we don't extend AParent we have to append all code that is missing ?
it sounds strange. What other alternative do you see ??

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

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

Reply via email to