public static interface SimpleJdbcTemplate.ConnectionInterceptor
| Modifier and Type | Field and Description |
|---|---|
static SimpleJdbcTemplate.ConnectionInterceptor |
EMPTY |
| Modifier and Type | Method and Description |
|---|---|
void |
after(Connection connection) |
void |
before(Connection connection) |
static final SimpleJdbcTemplate.ConnectionInterceptor EMPTY
void before(Connection connection) throws SQLException
SQLExceptionvoid after(Connection connection) throws SQLException
SQLExceptionCopyright © 2012–2021 Naver Corporation. All rights reserved.