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. |
DriverManagerConnectionProviderImpl.PooledConnections | |
DriverManagerConnectionProviderImpl.PooledConnections.Builder | |
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 © 2021 JBoss by Red Hat. All rights reserved.