Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 22673 invoked from network); 28 Feb 2006 17:12:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Feb 2006 17:12:32 -0000 Received: (qmail 52784 invoked by uid 500); 28 Feb 2006 17:12:27 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 52765 invoked by uid 500); 28 Feb 2006 17:12:26 -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 52754 invoked by uid 99); 28 Feb 2006 17:12:26 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Feb 2006 09:12:26 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [195.130.137.74] (HELO asia.telenet-ops.be) (195.130.137.74) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Feb 2006 09:12:25 -0800 Received: from localhost (localhost.localdomain [127.0.0.1]) by asia.telenet-ops.be (Postfix) with SMTP id E835E381EC for ; Tue, 28 Feb 2006 18:12:02 +0100 (CET) Received: from [213.118.80.143] (dD576508F.access.telenet.be [213.118.80.143]) by asia.telenet-ops.be (Postfix) with ESMTP id BC5DB381E7 for ; Tue, 28 Feb 2006 18:12:02 +0100 (CET) Message-ID: <44048456.3030508@pandora.be> Date: Tue, 28 Feb 2006 18:11:50 +0100 From: Sven Boden Reply-To: list123@pandora.be User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: user-java@ibatis.apache.org Subject: Re: Get ResultSet using ibatis References: <20060228170709.71918.qmail@web35315.mail.mud.yahoo.com> In-Reply-To: <20060228170709.71918.qmail@web35315.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Ashish, Have a look at http://issues.apache.org/jira/browse/IBATIS-53 for some examples of what you can probably use. It's not really the primary use of iBATIS, but it works ;-) Regards, Sven Ashish Kulkarni wrote: >Hi >Is it possible to get Resultset as resultClass after >running a query >Suppose i have a query like below >select * from mytable >how do i define in xml file so i can get a >resultset as output from it >I will parse this resultset into objects i need > >Ashish > >__________________________________________________ >Do You Yahoo!? >Tired of spam? Yahoo! Mail has the best spam protection around >http://mail.yahoo.com > > > >