public static class SimpleJdbcTemplate.AutoCommitConnectionInterceptor extends Object implements SimpleJdbcTemplate.ConnectionInterceptor
EMPTY| Constructor and Description |
|---|
AutoCommitConnectionInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
after(Connection connection) |
void |
before(Connection connection) |
public void before(Connection connection) throws SQLException
before in interface SimpleJdbcTemplate.ConnectionInterceptorSQLExceptionpublic void after(Connection connection) throws SQLException
after in interface SimpleJdbcTemplate.ConnectionInterceptorSQLExceptionCopyright © 2012–2021 Naver Corporation. All rights reserved.