接口 SynchronizationRegistryImplementor

    • 方法详细资料

      • notifySynchronizationsBeforeTransactionCompletion

        void notifySynchronizationsBeforeTransactionCompletion()
        Delegates the Synchronization.beforeCompletion() call to each registered Synchronization
      • notifySynchronizationsAfterTransactionCompletion

        void notifySynchronizationsAfterTransactionCompletion​(int status)
        Delegates the Synchronization.afterCompletion(int) call to each registered Synchronization. Will also clear the registered Synchronizations after all have been notified.
        参数:
        status - The transaction status, per Status constants