Package | Description |
---|---|
org.hibernate.ejb.connection | |
org.hibernate.service.jdbc.connections.internal | |
org.hibernate.service.jdbc.connections.spi |
Modifier and Type | Class and Description |
---|---|
class |
InjectedDataSourceConnectionProvider
A specialization of
DatasourceConnectionProviderImpl which uses the DataSource specified vi
InjectedDataSourceConnectionProvider.setDataSource(javax.sql.DataSource) rather than locating it from JNDI. |
Modifier and Type | Class and Description |
---|---|
class |
DatasourceConnectionProviderImpl
A
ConnectionProvider that manages connections from an underlying DataSource . |
class |
DriverManagerConnectionProviderImpl
A connection provider that uses the
DriverManager directly to open connections and provides
a very rudimentary connection pool. |
class |
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 |
Modifier and Type | Interface and Description |
---|---|
interface |
ConnectionProvider
A contract for obtaining JDBC connections.
|
interface |
MultiTenantConnectionProvider |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataSourceBasedMultiTenantConnectionProviderImpl
Basic support for implementations of
MultiTenantConnectionProvider based on DataSources. |
class |
AbstractMultiTenantConnectionProvider
Basic support for
MultiTenantConnectionProvider implementations using
individual ConnectionProvider instances per tenant behind the scenes. |
class |
DataSourceBasedMultiTenantConnectionProviderImpl
A concrete implementation of the
MultiTenantConnectionProvider contract bases on a number of
reasonable assumptions. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.