|
From: Colin S. <col...@ex...> - 2004-12-03 04:18:54
|
Does anybody think it doesn't make sense to add a JdbcOperationsCallback interface, similar to some of the other callbacks, which can be used via a new jdbcTemplate.execute(JdbcOperationsCallback) method? This could be used to wrap arbitrary code which throws SQL exceptions, so that they are properly mapped. I've had a need for something like this a few times... |