|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionProvider | |
|---|---|
| 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 | |
| org.hibernate.testing.jta | |
| Uses of ConnectionProvider in org.hibernate.ejb.connection |
|---|
| Classes in org.hibernate.ejb.connection that implement ConnectionProvider | |
|---|---|
class |
InjectedDataSourceConnectionProvider
A specialization of DatasourceConnectionProviderImpl which uses the DataSource specified vi
InjectedDataSourceConnectionProvider.setDataSource(javax.sql.DataSource) rather than locating it from JNDI. |
| Uses of ConnectionProvider in org.hibernate.engine.jdbc.internal |
|---|
| Methods in org.hibernate.engine.jdbc.internal that return ConnectionProvider | |
|---|---|
ConnectionProvider |
JdbcServicesImpl.getConnectionProvider()
|
| Uses of ConnectionProvider in org.hibernate.engine.jdbc.spi |
|---|
| Methods in org.hibernate.engine.jdbc.spi that return ConnectionProvider | |
|---|---|
ConnectionProvider |
JdbcServices.getConnectionProvider()
Obtain service for providing JDBC connections. |
| Uses of ConnectionProvider in org.hibernate.engine.spi |
|---|
| Methods in org.hibernate.engine.spi that return ConnectionProvider | |
|---|---|
ConnectionProvider |
SessionFactoryImplementor.getConnectionProvider()
Get the connection provider |
| Uses of ConnectionProvider in org.hibernate.engine.transaction.internal.jdbc |
|---|
| Methods in org.hibernate.engine.transaction.internal.jdbc that return ConnectionProvider | |
|---|---|
protected ConnectionProvider |
JdbcIsolationDelegate.connectionProvider()
|
| Uses of ConnectionProvider in org.hibernate.engine.transaction.internal.jta |
|---|
| Methods in org.hibernate.engine.transaction.internal.jta that return ConnectionProvider | |
|---|---|
protected ConnectionProvider |
JtaIsolationDelegate.connectionProvider()
|
| Uses of ConnectionProvider in org.hibernate.internal |
|---|
| Methods in org.hibernate.internal that return ConnectionProvider | |
|---|---|
ConnectionProvider |
SessionFactoryImpl.getConnectionProvider()
|
| Uses of ConnectionProvider in org.hibernate.service.jdbc.connections.internal |
|---|
| Classes in org.hibernate.service.jdbc.connections.internal that implement ConnectionProvider | |
|---|---|
class |
C3P0ConnectionProvider
A connection provider that uses a C3P0 connection pool. |
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 |
ProxoolConnectionProvider
A connection provider that uses a Proxool 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 |
| Methods in org.hibernate.service.jdbc.connections.internal that return ConnectionProvider | |
|---|---|
ConnectionProvider |
ConnectionProviderInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry)
|
| Methods in org.hibernate.service.jdbc.connections.internal that return types with arguments of type ConnectionProvider | |
|---|---|
Class<ConnectionProvider> |
ConnectionProviderInitiator.getServiceInitiated()
|
| Uses of ConnectionProvider in org.hibernate.service.jdbc.connections.spi |
|---|
| Methods in org.hibernate.service.jdbc.connections.spi that return ConnectionProvider | |
|---|---|
protected abstract ConnectionProvider |
AbstractMultiTenantConnectionProvider.getAnyConnectionProvider()
|
protected abstract ConnectionProvider |
AbstractMultiTenantConnectionProvider.selectConnectionProvider(String tenantIdentifier)
|
| Uses of ConnectionProvider in org.hibernate.testing.jta |
|---|
| Classes in org.hibernate.testing.jta that implement ConnectionProvider | |
|---|---|
class |
JtaAwareConnectionProviderImpl
A DataSource implementation intended for testing Hibernate/JTA interaction. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||