| Package | Description |
|---|---|
| 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.env.internal | |
| org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
| org.hibernate.tool.schema.internal.exec |
| 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 |
JdbcEnvironmentInitiator.ConnectionProviderJdbcConnectionAccess.getConnectionProvider() |
| Constructor and Description |
|---|
ConnectionProviderJdbcConnectionAccess(ConnectionProvider connectionProvider) |
| Constructor and Description |
|---|
NonContextualJdbcConnectionAccess(SessionEventListener listener,
ConnectionProvider connectionProvider) |
| Constructor and Description |
|---|
JdbcConnectionAccessConnectionProviderImpl(ConnectionProvider connectionProvider) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.