Interface SynchronizationCallbackCoordinator
- All Superinterfaces:
Synchronization
- All Known Implementing Classes:
SynchronizationCallbackCoordinatorNonTrackingImpl
,SynchronizationCallbackCoordinatorTrackingImpl
Manages funneling JTA Synchronization callbacks back into the Hibernate transaction engine.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called by the TransactionCoordinator to allow the SynchronizationCallbackCoordinator to process any after-completion handling that it may have delayed due to thread affinityvoid
Called by the TransactionCoordinator when it registers the Synchronization with the JTA systemMethods inherited from interface jakarta.transaction.Synchronization
afterCompletion, beforeCompletion
-
Method Details
-
synchronizationRegistered
void synchronizationRegistered()Called by the TransactionCoordinator when it registers the Synchronization with the JTA system -
processAnyDelayedAfterCompletion
void processAnyDelayedAfterCompletion()Called by the TransactionCoordinator to allow the SynchronizationCallbackCoordinator to process any after-completion handling that it may have delayed due to thread affinity
-