You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-java@ibatis.apache.org by soussou97 <db...@yahoo.fr> on 2006/11/09 23:27:36 UTC

Load a part of an object

Hi;

I have a DAO which get the list of personne and personne object is composed
of a account list (account object).
I would like to display from a GUI only a part of personne object: name,
First name, identifier, date.
How retrieve only the data which will be used for the display without load
all objects : personne with its list of accounts ?

Regards;
-- 
View this message in context: http://www.nabble.com/Load-a-part-of-an-object-tf2604532.html#a7267599
Sent from the iBATIS - User - Java mailing list archive at Nabble.com.