I have a table that contains three foreign keys and have been looking at the auto-generated join methods in the Base___Peer code. It seems to me that the
doSelectJoin___( c ) methods do a join and fill the objects correctly
but that the methods with the names
doSelectJoinAllExcept___( c ) do _not_ do a join
I can get the behaviour I want by explicitly adding joins to the criteria c passed to the doSelectJoinAllExcept calls. Anyone else seen this? Am I trying to do something odd here? Thanks kindly list.
- Daniel
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
