| Package | Description |
|---|---|
| org.hibernate.resource.transaction.backend.jta.internal | |
| org.hibernate.resource.transaction.backend.jta.internal.synchronization |
Internal implementation details for reacting to JTA transaction completion via
Synchronization
callbacks |
| Modifier and Type | Method and Description |
|---|---|
SynchronizationCallbackCoordinator |
JtaTransactionCoordinatorImpl.getSynchronizationCallbackCoordinator() |
| Modifier and Type | Class and Description |
|---|---|
class |
SynchronizationCallbackCoordinatorNonTrackingImpl
Manages callbacks from the
Synchronization registered by Hibernate. |
class |
SynchronizationCallbackCoordinatorTrackingImpl
Extension of SynchronizationCallbackCoordinatorNonTrackingImpl that adds checking of whether a rollback comes from
a thread other than the application thread (thread used to register the Synchronization)
|
| Constructor and Description |
|---|
RegisteredSynchronization(SynchronizationCallbackCoordinator synchronizationCallbackCoordinator) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.