The JdbcTemplate method is: ``` <T> T execu...
# spring
j
The JdbcTemplate method is:
Copy code
<T> T execute(String sql, PreparedStatementCallback<T> action) throws DataAccessException;