Package | Description |
---|---|
org.hibernate.ejb.connection | |
org.hibernate.engine.jdbc.internal | |
org.hibernate.engine.jdbc.spi | |
org.hibernate.engine.spi | |
org.hibernate.engine.transaction.internal.jdbc | |
org.hibernate.engine.transaction.internal.jta | |
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
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 | Method and Description |
---|---|
ConnectionProvider |
JdbcServicesImpl.getConnectionProvider() |
Modifier and Type | Method and Description |
---|---|
ConnectionProvider |
JdbcServices.getConnectionProvider()
Obtain service for providing JDBC connections.
|
Modifier and Type | Method and Description |
---|---|
ConnectionProvider |
SessionFactoryImplementor.getConnectionProvider()
Get the connection provider
|
Modifier and Type | Method and Description |
---|---|
protected ConnectionProvider |
JdbcIsolationDelegate.connectionProvider() |
Modifier and Type | Method and Description |
---|---|
protected ConnectionProvider |
JtaIsolationDelegate.connectionProvider() |
Modifier and Type | Method and Description |
---|---|
ConnectionProvider |
SessionFactoryImpl.getConnectionProvider() |
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 | Method and Description |
---|---|
ConnectionProvider |
ConnectionProviderInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry) |
Modifier and Type | Method and Description |
---|---|
Class<ConnectionProvider> |
ConnectionProviderInitiator.getServiceInitiated() |
Modifier and Type | Method and Description |
---|---|
protected abstract ConnectionProvider |
AbstractMultiTenantConnectionProvider.getAnyConnectionProvider() |
protected abstract ConnectionProvider |
AbstractMultiTenantConnectionProvider.selectConnectionProvider(String tenantIdentifier) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.