接口 SynchronizationRegistry

    • 方法详细资料

      • registerSynchronization

        void registerSynchronization​(javax.transaction.Synchronization synchronization)
        Register a Synchronization callback for this transaction.
        参数:
        synchronization - The synchronization callback to register.
        抛出:
        NullSynchronizationException - if the synchronization is null