| Package | Description |
|---|---|
| org.hibernate.engine.jdbc.connections.spi |
Defines contracts for accessing JDBC Connections
|
| org.hibernate.testing.boot | |
| org.hibernate.testing.common.connections | |
| org.hibernate.testing.jdbc | |
| org.hibernate.testing.jta |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ConnectionProvider |
AbstractMultiTenantConnectionProvider.getAnyConnectionProvider() |
protected abstract ConnectionProvider |
AbstractMultiTenantConnectionProvider.selectConnectionProvider(String tenantIdentifier) |
| Constructor and Description |
|---|
JdbcConnectionAccessImpl(ConnectionProvider connectionProvider) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ConnectionProvider |
BaseTransactionIsolationConfigTest.getConnectionProviderUnderTest() |
| 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 |
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. |
| Constructor and Description |
|---|
ConnectionProviderDelegate(ConnectionProvider connectionProvider) |
| Modifier and Type | Class and Description |
|---|---|
class |
JtaAwareConnectionProviderImpl
A
ConnectionProvider implementation intended for testing Hibernate/JTA interaction. |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.