public class RetryDataSourceWrapper extends DataSourceWrapper
| Constructor and Description |
|---|
RetryDataSourceWrapper(DataSource dataSource) |
| Modifier and Type | Method and Description |
|---|---|
Connection |
getConnection() |
Connection |
getConnection(String username,
String password) |
getLoginTimeout, getLogWriter, getParentLogger, getWrappedDataSource, isWrapperFor, setLoginTimeout, setLogWriter, setWrappedDataSource, unwrappublic RetryDataSourceWrapper(DataSource dataSource)
public Connection getConnection() throws SQLException
getConnection in interface DataSourcegetConnection in class DataSourceWrapperSQLExceptionpublic Connection getConnection(String username, String password) throws SQLException
getConnection in interface DataSourcegetConnection in class DataSourceWrapperSQLException