add throws DataAccessException
This commit is contained in:
@@ -34,5 +34,5 @@ public interface JdbcTemplate {
|
||||
|
||||
void transaction(Consumer<JdbcTemplate> consumer);
|
||||
|
||||
void update(@Language("GenericSQL") String sql, PreparedStatementProcessor psp);
|
||||
void update(@Language("GenericSQL") String sql, PreparedStatementProcessor psp) throws DataAccessException;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user