Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 5305 invoked from network); 20 Oct 2006 07:29:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Oct 2006 07:29:04 -0000 Received: (qmail 49704 invoked by uid 500); 20 Oct 2006 07:29:02 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 49694 invoked by uid 500); 20 Oct 2006 07:29:02 -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 49683 invoked by uid 99); 20 Oct 2006 07:29:01 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Oct 2006 00:29:01 -0700 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 lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Oct 2006 00:29:00 -0700 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1Gaoo4-0006JM-6K for user-java@ibatis.apache.org; Fri, 20 Oct 2006 00:28:40 -0700 Message-ID: <6911430.post@talk.nabble.com> Date: Fri, 20 Oct 2006 00:28:40 -0700 (PDT) From: soussou97 To: user-java@ibatis.apache.org Subject: Re: Multiple Joins In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: dboussebha@yahoo.fr References: <6894554.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Larry; I see already this example it shows a simple example with only one join but a multiple Joins (with for example 3 tables : T1 => 1..* T2 => 1..*T3). Larry Meadors-2 wrote: > > Try: > > http://opensource.atlassian.com/confluence/oss/display/IBATIS/How+do+I+get+around+the+N+Plus+1+selects+problem > > - or (same page, shorter link) - > > http://tinyurl.com/ydbn4c > > Also, please spend some time looking at the WIKI, almost every new > user question is covered there. > > Larry > > > On 10/19/06, soussou97 wrote: >> >> Hi; >> >> I Search an example of code source with mutltiple joins implying lists : >> >> T1 => 1..*T2 => 1..*T3 => 1..1 T4 or any exemple with several tables and >> java beans and list of objects. >> >> Regards; >> -- >> View this message in context: >> http://www.nabble.com/Multiple-Joins-tf2472615.html#a6894554 >> Sent from the iBATIS - User - Java mailing list archive at Nabble.com. >> >> > > -- View this message in context: http://www.nabble.com/Multiple-Joins-tf2472615.html#a6911430 Sent from the iBATIS - User - Java mailing list archive at Nabble.com.