接口 AfterCompletionAction

  • 所有超级接口:
    Serializable
    所有已知实现类:
    AfterCompletionActionLegacyJpaImpl

    @Deprecated
    public interface AfterCompletionAction
    extends Serializable
    已过时。
    (since 5.2) - probably getting removed in 5.2 as well. This was an SPI contract intended for HEM that is no longer needed.
    A pluggable strategy for defining any actions to be performed during Synchronization.afterCompletion(int) processing from the the Synchronization registered by Hibernate with the underlying JTA platform.
    作者:
    Steve Ebersole
    • 方法详细资料

      • doAction

        void doAction​(boolean successful,
                      SessionImplementor session)
        已过时。