接口 SynchronizationCallbackCoordinator
-
- 所有超级接口:
javax.transaction.Synchronization
- 所有已知实现类:
SynchronizationCallbackCoordinatorNonTrackingImpl,SynchronizationCallbackCoordinatorTrackingImpl
public interface SynchronizationCallbackCoordinator extends javax.transaction.SynchronizationManages funneling JTA Synchronization callbacks back into the Hibernate transaction engine.- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidprocessAnyDelayedAfterCompletion()Called by the TransactionCoordinator to allow the SynchronizationCallbackCoordinator to process any after-completion handling that it may have delayed due to thread affinityvoidsynchronizationRegistered()Called by the TransactionCoordinator when it registers the Synchronization with the JTA system
-
-
-
方法详细资料
-
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
-
-