Hallo Thomas,

> If you switch complexObjectModel to true in your generator
> properties, Torque will generate protected methods e.g.
> doSelectJoinBuildings() in the BaseSomethingPeer classes. You can
> make those visible by overriding them in your PeerSomething class.
> These methods will do the join for you and pre-populate the
> collections and referenced objects. No need to deal with Village
> records.      

these methods were the base for JoinHelper. As they are generated only
for some of the possibities of tables to be joined, we decided to extend
that a little bit. If you need only two tables joined, the generated
methods are fully sufficent!


Daniel

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

Reply via email to