Return-Path: Mailing-List: contact ibatis-user-java-help@incubator.apache.org; run by ezmlm Delivered-To: mailing list ibatis-user-java@incubator.apache.org Delivered-To: moderator for ibatis-user-java@incubator.apache.org Received: (qmail 77711 invoked by uid 99); 1 Dec 2004 22:30:35 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from webmail.pointserve.com (HELO ptscorp-exc01.pointserve.com) (209.163.206.12) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 01 Dec 2004 14:30:34 -0800 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: MappedStatement.getSql()? Date: Wed, 1 Dec 2004 16:30:31 -0600 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: MappedStatement.getSql()? Thread-Index: AcTX9V3P1NI35nXVQ2Ouzl+G18YC/w== From: "McCarrier, Alex" To: X-Virus-Checked: Checked I'm in the process of upgrading our app from an old version of iBatis (1.2.x I believe) to iBatis 2.0.8. I am using the compatibility libraries and we were using a method called MappedStatement.getSql() to get the actual SQL string that would be used by a statement. It seems this method is not in the compatibility libraries, is there anything like it in the new version?