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 <[email protected]> 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<http://old.nabble.com/iBatis-API-for-fetching-the-sqlmap-queries-tp26156026p26156026.html> > Sent from the iBATIS - User - Java mailing list > archive<http://old.nabble.com/iBATIS---User---Java-f370.html>at Nabble.com. >
