Package org.dalesbred.connection
Contains connection-providers for different ways of establishing connections.
-
Interface Summary Interface Description ConnectionProvider Abstracts the mechanism for opening and closing connections. -
Class Summary Class Description DataSourceConnectionProvider ConnectionProviderthat works on top ofDataSource.DriverManagerConnectionProvider ConnectionProviderthat works opens connections fromDriverManagerand closes them when releasing.