Package org.dalesbred.connection
package org.dalesbred.connection
Contains connection-providers for different ways of establishing connections.
-
ClassDescriptionAbstracts the mechanism for opening and closing connections.
ConnectionProvider
that works on top ofDataSource
.ConnectionProvider
that works opens connections fromDriverManager
and closes them when releasing.