See: Description
| Class | Description |
|---|---|
| BasicConnectionCreator |
Template (as in template pattern) support for ConnectionCreator implementors.
|
| ConnectionCreatorBuilder |
A builder for ConnectionCreator instances
|
| ConnectionProviderInitiator |
Instantiates and configures an appropriate
ConnectionProvider. |
| DatasourceConnectionProviderImpl |
A
ConnectionProvider that manages connections from an underlying DataSource. |
| DriverConnectionCreator |
A specialized ConnectionCreator which uses
Driver.connect(java.lang.String, java.util.Properties) to generate Connections |
| DriverManagerConnectionCreator |
A specialized ConnectionCreator which uses
DriverManager.getConnection(java.lang.String, java.util.Properties) to generate Connections |
| DriverManagerConnectionProviderImpl |
A connection provider that uses the
DriverManager directly to open connections and provides
a very rudimentary connection pool. |
| MultiTenantConnectionProviderInitiator |
A service initiator for the MultiTenantConnectionProvider service
|
| UserSuppliedConnectionProviderImpl |
An implementation of the
ConnectionProvider interface that simply throws an exception when a connection
is requested, the assumption being that the application is responsible for handing the connection to use to
the session |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.