Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 46575 invoked from network); 22 Oct 2009 04:19:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Oct 2009 04:19:25 -0000 Received: (qmail 83582 invoked by uid 500); 22 Oct 2009 04:19:24 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 83513 invoked by uid 500); 22 Oct 2009 04:19:24 -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 83505 invoked by uid 99); 22 Oct 2009 04:19:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Oct 2009 04:19:24 +0000 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 (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Oct 2009 04:19:15 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1N0p8Y-0001k6-26 for user-java@ibatis.apache.org; Wed, 21 Oct 2009 21:18:54 -0700 Message-ID: <26003844.post@talk.nabble.com> Date: Wed, 21 Oct 2009 21:18:54 -0700 (PDT) From: "George.Francis" To: user-java@ibatis.apache.org Subject: Re: queryForMap() ordering In-Reply-To: <2f55db670910212104w5630ccb6w31b16dcf443ddd2b@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: gfrancis1@gmail.com References: <25997320.post@talk.nabble.com> <2f55db670910211230n1de9cdb3x93fbf900f66dc3cd@mail.gmail.com> <25999105.post@talk.nabble.com> <26002779.post@talk.nabble.com> <2f55db670910212104w5630ccb6w31b16dcf443ddd2b@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Thanks Nathan, If I use queryForList() I get an ArrayList which is also not an order-sensitive implementation of List. I guess what I'm missing is how to get either queryForList() to return a LinkedList, or queryForMap() to return a LinkedHashMap -- View this message in context: http://www.nabble.com/queryForMap%28%29-ordering-tp25997320p26003844.html Sent from the iBATIS - User - Java mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-java-unsubscribe@ibatis.apache.org For additional commands, e-mail: user-java-help@ibatis.apache.org