| Package | Description |
|---|---|
| org.hibernate.resource.transaction.backend.jdbc.internal | |
| org.hibernate.resource.transaction.backend.jta.internal | |
| org.hibernate.resource.transaction.spi |
Extended SPI contracts for the resource-level transaction capabilities of Hibernate.
|
| org.hibernate.tool.schema.internal |
| Modifier and Type | Method and Description |
|---|---|
JdbcContext |
DdlTransactionIsolatorNonJtaImpl.getJdbcContext() |
| Modifier and Type | Method and Description |
|---|---|
DdlTransactionIsolator |
JdbcResourceLocalTransactionCoordinatorBuilderImpl.buildDdlTransactionIsolator(JdbcContext jdbcContext) |
| Constructor and Description |
|---|
DdlTransactionIsolatorNonJtaImpl(JdbcContext jdbcContext) |
| Modifier and Type | Method and Description |
|---|---|
JdbcContext |
DdlTransactionIsolatorJtaImpl.getJdbcContext() |
| Modifier and Type | Method and Description |
|---|---|
DdlTransactionIsolator |
JtaTransactionCoordinatorBuilderImpl.buildDdlTransactionIsolator(JdbcContext jdbcContext) |
| Constructor and Description |
|---|
DdlTransactionIsolatorJtaImpl(JdbcContext jdbcContext) |
| Modifier and Type | Method and Description |
|---|---|
JdbcContext |
DdlTransactionIsolator.getJdbcContext() |
| Modifier and Type | Method and Description |
|---|---|
default DdlTransactionIsolator |
TransactionCoordinatorBuilder.buildDdlTransactionIsolator(JdbcContext jdbcContext) |
| Modifier and Type | Class and Description |
|---|---|
static class |
HibernateSchemaManagementTool.JdbcContextImpl |
| Modifier and Type | Method and Description |
|---|---|
JdbcContext |
HibernateSchemaManagementTool.resolveJdbcContext(java.util.Map configurationValues) |
| Modifier and Type | Method and Description |
|---|---|
DdlTransactionIsolator |
HibernateSchemaManagementTool.getDdlTransactionIsolator(JdbcContext jdbcContext) |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.