Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 43974 invoked from network); 9 Nov 2006 22:28:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Nov 2006 22:28:22 -0000 Received: (qmail 1985 invoked by uid 500); 9 Nov 2006 22:28:11 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 1972 invoked by uid 500); 9 Nov 2006 22:28:11 -0000 Mailing-List: contact user-java-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user-java@ibatis.apache.org Delivered-To: mailing list user-java@ibatis.apache.org Received: (qmail 1936 invoked by uid 99); 9 Nov 2006 22:28:11 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Nov 2006 14:28:11 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Nov 2006 14:27:56 -0800 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1GiIMy-0003i1-2K for user-java@ibatis.apache.org; Thu, 09 Nov 2006 14:27:36 -0800 Message-ID: <7267599.post@talk.nabble.com> Date: Thu, 9 Nov 2006 14:27:36 -0800 (PST) From: soussou97 To: user-java@ibatis.apache.org Subject: Load a part of an object MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: dboussebha@yahoo.fr X-Virus-Checked: Checked by ClamAV on apache.org 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.