Showing posts with label ibatis source code sql. Show all posts
Showing posts with label ibatis source code sql. Show all posts

Saturday, July 12, 2008

To View the SQL Being executed in Ibatis.

To View the SQL Being executed in Ibatis.
Use com.ibatis.sqlmap.engine.mapping.SimpleDynamicSql.java's getSql() method in Ibatis.jar. This method gives you the sql being executed by the ibatis data mapper after all the dynamic elements have been replaced.

Sphere: Related Content