improved integration; added delegation to NamedParameterJdbcTemplate for batchUpdate from SimpleJdbcTemplate; added call to proteced getParsedSql method; fixed bugs (SPR-3322, SPR-5162)
@ -272,7 +272,8 @@ public class NamedParameterJdbcTemplate implements NamedParameterJdbcOperations
@@ -272,7 +272,8 @@ public class NamedParameterJdbcTemplate implements NamedParameterJdbcOperations
@ -235,29 +233,23 @@ public class SimpleJdbcTemplate implements SimpleJdbcOperations {
@@ -235,29 +233,23 @@ public class SimpleJdbcTemplate implements SimpleJdbcOperations {