Interface AfterCompletionAction
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AfterCompletionActionLegacyJpaImpl
@Deprecated public interface AfterCompletionAction extends Serializable
Deprecated.(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 theSynchronization
registered by Hibernate with the underlying JTA platform.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
doAction(boolean successful, SessionImplementor session)
Deprecated.
-
-
-
Method Detail
-
doAction
void doAction(boolean successful, SessionImplementor session)
Deprecated.
-
-