Package | Description |
---|---|
org.hibernate.engine.transaction.internal | |
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.
|
Modifier and Type | Method and Description |
---|---|
TransactionCoordinator.TransactionDriver |
TransactionImpl.internalGetTransactionDriverControl() |
Modifier and Type | Class and Description |
---|---|
class |
JdbcResourceLocalTransactionCoordinatorImpl.TransactionDriverControlImpl
The delegate bridging between the local (application facing) transaction and the "physical" notion of a
transaction via the JDBC Connection.
|
Modifier and Type | Method and Description |
---|---|
TransactionCoordinator.TransactionDriver |
JdbcResourceLocalTransactionCoordinatorImpl.getTransactionDriverControl() |
Modifier and Type | Class and Description |
---|---|
class |
JtaTransactionCoordinatorImpl.TransactionDriverControlImpl
Implementation of the LocalInflow for this TransactionCoordinator.
|
Modifier and Type | Method and Description |
---|---|
TransactionCoordinator.TransactionDriver |
JtaTransactionCoordinatorImpl.getTransactionDriverControl() |
Modifier and Type | Method and Description |
---|---|
TransactionCoordinator.TransactionDriver |
TransactionCoordinator.getTransactionDriverControl()
Get the delegate used by the local transaction driver to control the underlying transaction
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.