接口 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 duringSynchronization.afterCompletion(int)processing from the theSynchronizationregistered by Hibernate with the underlying JTA platform.- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 已过时的方法 修饰符和类型 方法 说明 voiddoAction(boolean successful, SessionImplementor session)已过时。
-
-
-
方法详细资料
-
doAction
void doAction(boolean successful, SessionImplementor session)已过时。
-
-