Package | Description |
---|---|
org.hibernate.engine.jdbc.connections.internal | |
org.hibernate.engine.jdbc.connections.spi |
Defines contracts for accessing JDBC Connections
|
org.hibernate.testing.jdbc | |
org.hibernate.testing.jta |
Modifier and Type | Class and Description |
---|---|
class |
org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
ConnectionProvider
A contract for obtaining JDBC connections.
|
interface |
MultiTenantConnectionProvider
A specialized Connection provider contract used when the application is using multi-tenancy support requiring
tenant aware connections.
|
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. |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionProviderDelegate
This
ConnectionProvider extends any other ConnectionProvider
that would be used by default taken the current configuration properties. |
class |
SharedDriverManagerConnectionProviderImpl
A special connection provider that is shared across test runs for better performance.
|
class |
SQLServerSnapshotIsolationConnectionProvider
This
ConnectionProvider extends any other ConnectionProvider that would be used by default taken the current configuration properties, and it
just sets the READ_COMMITTED_SNAPSHOT isolation level for SQL Server. |
Modifier and Type | Class and Description |
---|---|
class |
JtaAwareConnectionProviderImpl
A
ConnectionProvider implementation intended for testing Hibernate/JTA interaction. |
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.