I am learning about the wonders of JdbcTemplate and NamedParameterJdbcTemplate. I like what I see, but is there any easy way to see the underlying SQL that it ends up executi开发者_开发百科ng? I\'d li
I have a stored procedure which returns an Integer as well as an Out Parameter which is of type VARCHAR.
We use Spring\'s JdbcTemplate which is configured through Spring config as illustrated below.Is there a way to do this without injecting the data source?I\'d like to just create the JdbcTemplate insta