Package org.dalesbred.connection
Class DataSourceConnectionProvider
java.lang.Object
org.dalesbred.connection.DataSourceConnectionProvider
- All Implemented Interfaces:
ConnectionProvider
ConnectionProvider
that works on top of DataSource
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@NotNull Connection
void
releaseConnection
(@NotNull Connection connection)
-
Constructor Details
-
DataSourceConnectionProvider
-
-
Method Details
-
getConnection
- Specified by:
getConnection
in interfaceConnectionProvider
- Throws:
SQLException
-
releaseConnection
- Specified by:
releaseConnection
in interfaceConnectionProvider
- Throws:
SQLException
-