On 11/16/06, soussou97 <[EMAIL PROTECTED]> wrote:




I does not understand your response ? With the new version of Ibatis is
possible to execute one only query to load all data: match+list of scores
?


Yep, it is. But that does not mean you have to use same approach if you ONLY
need
a MatchScore object equal "10" .

On the other hand if you retrieve match+list of scores and want to find
MatchScore object with MatchScoreID  equal "10"  in that list you can just
iterate through the matchScores list to find  it.

Reply via email to