Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 13352 invoked from network); 18 Mar 2006 00:42:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Mar 2006 00:42:16 -0000 Received: (qmail 66573 invoked by uid 500); 18 Mar 2006 00:42:15 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 66549 invoked by uid 500); 18 Mar 2006 00:42:14 -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 66537 invoked by uid 99); 18 Mar 2006 00:42:14 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Mar 2006 16:42:14 -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 (asf.osuosl.org: domain of gcjiu-ibatis-user-java@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Mar 2006 16:42:12 -0800 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FKPVo-000071-1t for user-java@ibatis.apache.org; Sat, 18 Mar 2006 01:41:44 +0100 Received: from adsl-63-193-3-234.dsl.snfc21.pacbell.net ([63.193.3.234]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 18 Mar 2006 01:41:44 +0100 Received: from netsql by adsl-63-193-3-234.dsl.snfc21.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 18 Mar 2006 01:41:44 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: user-java@ibatis.apache.org From: netsql Subject: Re: HashMap results and column aliased with '.' in the name. Date: Fri, 17 Mar 2006 16:41:16 -0800 Lines: 12 Message-ID: References: <7E4302A18925394BAC32C7AD1ABE75D45F5B9C@CNET6.cnet.cnwk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: adsl-63-193-3-234.dsl.snfc21.pacbell.net User-Agent: Thunderbird 1.5 (Windows/20051201) In-Reply-To: <7E4302A18925394BAC32C7AD1ABE75D45F5B9C@CNET6.cnet.cnwk> Sender: news X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N You can remap in sql w/ "as" or map the fields in XML. .V Daniel Pitts wrote: > I want to get a result back as a HashMap with all the columns in the > result being keys in the map. It makes sense for my application to have > '.'s in the column names, but ibatis is trying to map those to > properties of "Object" instances. > Is there any way to tell ibatis to ignore '.'s in the column name, or do > I have to find a different delineator? >