Package | Description |
---|---|
org.hibernate.c3p0.internal |
Implementation of ConnectionProvider using the c3p0 Connection pool.
|
org.hibernate.engine.jdbc.connections.internal |
Internals for accessing JDBC Connections
|
org.hibernate.engine.jdbc.connections.spi |
Defines contracts for accessing JDBC Connections
|
org.hibernate.engine.jdbc.internal |
Internals for supporting various aspects of JDBC interaction
|
org.hibernate.engine.jdbc.spi |
SPI contracts for supporting various aspects of JDBC interaction
|
org.hibernate.engine.spi | |
org.hibernate.hikaricp.internal |
Implementation of ConnectionProvider using HikariCP.
|
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
org.hibernate.proxool.internal |
Implementation of ConnectionProvider using the proxool Connection pool.
|
org.hibernate.testing.jta |
Modifier and Type | Class and Description |
---|---|
class |
C3P0ConnectionProvider
A connection provider that uses a C3P0 connection pool.
|
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) |
Modifier and Type | Method and Description |
---|---|
ConnectionProvider |
JdbcServicesImpl.getConnectionProvider() |
Modifier and Type | Method and Description |
---|---|
ConnectionProvider |
JdbcServices.getConnectionProvider()
Deprecated.
See deprecation notice on
SessionFactoryImplementor.getConnectionProvider()
for details |
Modifier and Type | Method and Description |
---|---|
ConnectionProvider |
SessionFactoryImplementor.getConnectionProvider()
Deprecated.
Access to connections via
JdbcConnectionAccess should
be preferred over access via ConnectionProvider , whenever possible.
JdbcConnectionAccess is tied to the Hibernate Session to
properly account for contextual information. See SessionImplementor.getJdbcConnectionAccess() |
Modifier and Type | Class and Description |
---|---|
class |
HikariCPConnectionProvider
HikariCP Connection provider for Hibernate.
|
Modifier and Type | Method and Description |
---|---|
ConnectionProvider |
SessionFactoryImpl.getConnectionProvider() |
Modifier and Type | Class and Description |
---|---|
class |
ProxoolConnectionProvider
A connection provider that uses a Proxool connection pool.
|
Modifier and Type | Class and Description |
---|---|
class |
JtaAwareConnectionProviderImpl
A
DataSource implementation intended for testing Hibernate/JTA interaction. |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.