接口 AfterTransactionCompletionProcess

    • 方法详细资料

      • doAfterTransactionCompletion

        void doAfterTransactionCompletion​(boolean success,
                                          SharedSessionContractImplementor session)
        Perform whatever processing is encapsulated here after completion of the transaction.
        参数:
        success - Did the transaction complete successfully? True means it did.
        session - The session on which the transaction is completing.