Class | Description |
---|---|
ConnectionProviderInitiator |
Instantiates and configures an appropriate
ConnectionProvider . |
DatasourceConnectionProviderImpl |
A
ConnectionProvider that manages connections from an underlying DataSource . |
DriverManagerConnectionProviderImpl |
A connection provider that uses the
DriverManager directly to open connections and provides
a very rudimentary connection pool. |
MultiTenantConnectionProviderInitiator | |
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 © 2018 JBoss by Red Hat. All rights reserved.