Hi Koka; 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 ?
Koka Kiknadze wrote: > > Well, if you want specific MatchScore object add another query > > <select id="getMatchScoreByID" parameterClass="int" > resultMap="matchScoreResult "> > SELECT * FROM matchs_scores WHERE match_score_id = #value# > </select> > > and use queryForObject. > > In your example you get instance of Match having child MatchScore list > populated bu iBatis, i.e. it's for retrieving Match-es not specific > MatchScore-s > > -- View this message in context: http://www.nabble.com/Simple-questions-tf2628323.html#a7376134 Sent from the iBATIS - User - Java mailing list archive at Nabble.com.
