Interface ConnectionProvider


public interface ConnectionProvider
Responsible for providing JDBC Connection instances. Usually this means a new connection, but in some cases, for example when wrapping existing connections, an existing connection may be returned. Note that when used in conjunction with a ConnectionPoolWrapper a new connection must be returned.