Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 84418 invoked from network); 5 Jul 2006 20:43:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Jul 2006 20:43:32 -0000 Received: (qmail 50018 invoked by uid 500); 5 Jul 2006 20:43:31 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 49993 invoked by uid 500); 5 Jul 2006 20:43:30 -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 49982 invoked by uid 99); 5 Jul 2006 20:43:30 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Jul 2006 13:43:30 -0700 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 [216.193.202.245] (HELO waseda.lunarpages.com) (216.193.202.245) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Jul 2006 13:43:29 -0700 Received: from i-global254.qualcomm.com ([199.106.103.254] helo=RICK2) by waseda.lunarpages.com with esmtp (Exim 4.52) id 1FyEE7-0006gq-G8; Wed, 05 Jul 2006 13:44:03 -0700 From: "Rick" To: , Subject: RE: No tree support in iBatis RE: It worked (kinda) RE: One solution to self-join, new feature request.... RE: Employee self-join one to many relationship (iBatis) Date: Wed, 5 Jul 2006 13:43:05 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Thread-Index: AcagcTW9Yl3k2Nt1SZWLaog0c4xM5QAAh9UQ X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - waseda.lunarpages.com X-AntiAbuse: Original Domain - ibatis.apache.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - arc-mind.com X-Source: X-Source-Args: X-Source-Dir: X-Virus-Checked: Checked by ClamAV on apache.org Message-Id: <20060705204330.596D510FB006@asf.osuosl.org> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Maybe I'll try the RowHandler first then if that does not work... I'll add the JIRA request. I am in JIRA request debt. I found a possible bug the HtmlTree.java (myfaces) (with a solution) and need to add that as well. -----Original Message----- From: Larry Meadors [mailto:lmeadors@apache.org] Sent: Wednesday, July 05, 2006 1:25 PM To: user-java@ibatis.apache.org Subject: Re: No tree support in iBatis RE: It worked (kinda) RE: One solution to self-join, new feature request.... RE: Employee self-join one to many relationship (iBatis) > It seems like dealing with trees is a fairly common case, so this could be > generalized and put into iBatis. IMO, I think you should add it so we have a reminder of it...even if we never implement it. I wonder if a RowHandler implementation would be faster. I guess if you are bored you could try that, too. ;-) Larry