Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 58331 invoked from network); 2 Nov 2009 15:56:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Nov 2009 15:56:24 -0000 Received: (qmail 10318 invoked by uid 500); 2 Nov 2009 15:56:23 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 10280 invoked by uid 500); 2 Nov 2009 15:56:23 -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 10005 invoked by uid 99); 2 Nov 2009 15:56:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Nov 2009 15:56:22 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of clinton.begin@gmail.com designates 209.85.221.194 as permitted sender) Received: from [209.85.221.194] (HELO mail-qy0-f194.google.com) (209.85.221.194) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Nov 2009 15:56:16 +0000 Received: by qyk32 with SMTP id 32so1808926qyk.4 for ; Mon, 02 Nov 2009 07:55:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=gJm77BwL/A8c7/R7aFHiCAmltRNNXW6L2FB6WqN1x1U=; b=Lc2sl/CXZwX9upwNHGIRak4nno0QgP1OIcdE7T04+eBtK82TsCsu6gkyz37hqmXZ5y 036AxSYPmxdrhS2NIEFfbSLl5ZfZpb8lL08sWUYIeMF5z9zRRktbAdqsFJoTCy6OCCeq 6zV+HA7d3taIw+4CYkMOOIoFqqk3IB+r+es24= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=JuyJnQ5l0fhZ80RI13/ub3JXpfPA0nh6XWjLoGmnK+3hi9/cfvNAGttCmkJOobIR6E FqE5oeIfFdlPsJUY3j5Oy+WPQKmQShhCCsKEL8svbuUXBe0DHMK4b2YEqHOn2iwFldsn 9cvaGHLox6uKlExUo7mLuVt3ZDIjKqh8Cjv2Y= MIME-Version: 1.0 Received: by 10.224.79.37 with SMTP id n37mr2933021qak.194.1257177355416; Mon, 02 Nov 2009 07:55:55 -0800 (PST) In-Reply-To: <26156026.post@talk.nabble.com> References: <26156026.post@talk.nabble.com> Date: Mon, 2 Nov 2009 08:55:55 -0700 Message-ID: <16178eb10911020755y2cc9c596x85a42be9603547fc@mail.gmail.com> Subject: Re: iBatis API for fetching the sqlmap queries From: Clinton Begin To: user-java@ibatis.apache.org Content-Type: multipart/alternative; boundary=00c09f899a4db0761904776569d2 --00c09f899a4db0761904776569d2 Content-Type: text/plain; charset=ISO-8859-1 Yes, you can introspect on the full iBATIS configuration at runtime by grabbing the Configuration instance from the SqlSessionFactory. It has lists and maps of various configuration components. Clinton On Sun, Nov 1, 2009 at 10:07 PM, Mahesh219 wrote: > Hi, We are using iBatis 3 with Spring. We wish to provide our DAOs with > both, Spring's JdbcTemplate and iBatis SqlMapClientTemplate facilities. Does > iBatis provide a way to fetch the queries defined in one of the xmls using > the id attribute programmatically? Any help is highly appreciated. Regards, > Mahesh > ------------------------------ > View this message in context: iBatis API for fetching the sqlmap queries > Sent from the iBATIS - User - Java mailing list archiveat Nabble.com. > --00c09f899a4db0761904776569d2 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Yes, you can introspect on the full iBATIS configuration at runtime by grab= bing the Configuration instance from the SqlSessionFactory.=A0 It has lists= and maps of various configuration components.

Clinton

On Sun, Nov 1, 2009 at 10:07 PM, Mahesh219 <maheshforjava@gmail.com> wro= te:
Hi, We are using iBatis 3 with Spring. We wish to provide our DAOs with both, Spring's JdbcTemplate and iBati= s SqlMapClientTemplate facilities. Does iBatis provide a way to fetch the queries defined in one of the xmls u= sing the id attribute programmatically? Any help is highly appreciated. Regards, Mahesh

View this message in context: = iBatis API for fetching the sqlmap queries
Sent from the iBATIS - User - Java mailing list archive at Nabb= le.com.

--00c09f899a4db0761904776569d2--