Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 32614 invoked from network); 30 Nov 2006 20:04:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Nov 2006 20:04:31 -0000 Received: (qmail 67235 invoked by uid 500); 30 Nov 2006 20:04:38 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 67104 invoked by uid 500); 30 Nov 2006 20:04:37 -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 67093 invoked by uid 99); 30 Nov 2006 20:04:37 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Nov 2006 12:04:37 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of larry.meadors@gmail.com designates 66.249.82.224 as permitted sender) Received: from [66.249.82.224] (HELO wx-out-0506.google.com) (66.249.82.224) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Nov 2006 12:04:26 -0800 Received: by wx-out-0506.google.com with SMTP id t14so2727659wxc for ; Thu, 30 Nov 2006 12:04:06 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=cDd3Ld5BKlPsm+1YxtYUSMJv40YX9kyxOtFhoEPkIypg1+cR1f04ae77QZ0bOrkjrLHpxBzMVNe+7WewPq2UiDI24tQf42Y+JD8nVnMfLs8RuJTsv/nzqYFUY0VhpPd7zCqHqrkyxyvBE/oIiN7ddiaswr8cUt1BEAdXu6lM/3I= Received: by 10.90.90.16 with SMTP id n16mr4166428agb.1164917045832; Thu, 30 Nov 2006 12:04:05 -0800 (PST) Received: by 10.90.35.4 with HTTP; Thu, 30 Nov 2006 12:04:05 -0800 (PST) Message-ID: Date: Thu, 30 Nov 2006 13:04:05 -0700 From: "Larry Meadors" Reply-To: lmeadors@apache.org Sender: larry.meadors@gmail.com To: user-java@ibatis.apache.org Subject: Re: How to handle null objects in nested ResultMaps In-Reply-To: <456F315C.6050801@googlemail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <456DB19C.7000102@googlemail.com> <456E95EB.3010709@googlemail.com> <456F315C.6050801@googlemail.com> X-Google-Sender-Auth: e92ff6b275c00e25 X-Virus-Checked: Checked by ClamAV on apache.org On 11/30/06, Stefan Langer wrote: > I wonder if this is a feature other people might want so that it is > worth filing an enhancement request. I'm thinking along the lines of a > special flag on the result node that specifies whether to create an > object if a specified property is null or not. Since I'm very new to > IBATIS I'm lacking the insight to know wether this is even doable or > whether not. Yeah, please do enter it in JIRA as an enhancement. Larry