Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 23321 invoked from network); 2 Sep 2005 04:49:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Sep 2005 04:49:26 -0000 Received: (qmail 63314 invoked by uid 500); 2 Sep 2005 04:49:25 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 63293 invoked by uid 500); 2 Sep 2005 04:49: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 63280 invoked by uid 99); 2 Sep 2005 04:49:24 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Sep 2005 21:49:24 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of larry.meadors@gmail.com designates 64.233.162.193 as permitted sender) Received: from [64.233.162.193] (HELO zproxy.gmail.com) (64.233.162.193) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Sep 2005 21:49:38 -0700 Received: by zproxy.gmail.com with SMTP id s1so215308nze for ; Thu, 01 Sep 2005 21:49:21 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=VFI/6W3nMpMSgumxwLo6emo32ZYmGXSHmccOQk9uubiy8I6aW/rUz1JKzAN/ZQ6/Mzz30NofOjvIk9TeZR78btK1mjtGwo7brEfMY9cMmlHI/OU5zkGUWtBCBVINVD3i71jveNd13EjA2Hy6yV6yU/bFlULABnnyONHArobDiI8= Received: by 10.36.138.18 with SMTP id l18mr1814583nzd; Thu, 01 Sep 2005 21:49:21 -0700 (PDT) Received: by 10.36.118.10 with HTTP; Thu, 1 Sep 2005 21:49:20 -0700 (PDT) Message-ID: Date: Thu, 1 Sep 2005 22:49:20 -0600 From: Larry Meadors Reply-To: lmeadors@apache.org To: user-java@ibatis.apache.org Subject: Re: More than one parameter class/map for the parameterClass=3D"objectA"> > select TableA.field1, TableA.field2 > from TableA, TableB > where TableA.field3 =3D TableB.field1 > and TableA.field4 =3D #propertyOfObjectA# > and TableB.field2 =3D #someStringNotPartofObjectA# > >=20 > How is this acheived ? >=20 >=20 >=20 > ____________________________________________________ > Start your day with Yahoo! - make it your home page > http://www.yahoo.com/r/hs >=20 >