public interface ConnectionInitializationCallback
| Modifier and Type | Method | Description | 
|---|---|---|
| void | initialize(java.sql.Connection connection) | Invoked at every connection check out from the pool as well as each
 successful reconnect following a recoverable error at replay. | 
void initialize(java.sql.Connection connection)
         throws java.sql.SQLException
java.sql.SQLException