Interface SynchronizationCallbackCoordinator
- All Superinterfaces:
Synchronization
- All Known Implementing Classes:
SynchronizationCallbackCoordinatorNonTrackingImpl,SynchronizationCallbackCoordinatorTrackingImpl
Manages funneling JTA Synchronization callbacks back into the Hibernate transaction engine.
- Author:
- Steve Ebersole
-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled by the TransactionCoordinator to allow the SynchronizationCallbackCoordinator to process any after-completion handling that it may have delayed due to thread affinityvoidCalled 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
-