Interface JDBCConnectionProvider

All Superinterfaces:
ResourceProvider<Connection>

@ConsumerType public interface JDBCConnectionProvider extends ResourceProvider<Connection>
A specialized ResourceProvider suitable for obtaining JDBC connections.

Instances of this interface may be available in the Service Registry, or can be created using a JDBCConnectionProviderFactory.