Closed
Description
Stepan Koltsov opened SPR-3977 and commented
Please extract 3 calls to
new ArgPreparedStatementSetter(args)
in JdbcTemplate into protected method
PreparedStatementSetter newArgPreparedStatementSetter(Object[] args) { ... }
so creation of APSS can be easily overriden in subclass of JdbcTemplate.
Affects: 2.1 M3
Referenced from: commits b88db7a
1 votes, 0 watchers