Hi all - So Torque generates 4 classes to map to a table, eg: BaseSomeClass, BaseSomeClassPeer, SomeClass, SomeClassPeer. It's my understanding that, in this case, I would augment SomeClass with business logic and so have a useful class that supports persistence. But since SomeClass extends BaseSomeClass, SomeClass can't extend any other class, which puts severe limitations on my design. This seems like such an obvious problem that I feel like I must be missing something. Am I misinterpreting the use of SomeClass? Do I have my business objects delegate persitence operations to corresponding persistence objects? Any explanation would be gratefully received.
Thank you, Mars -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
