接口 BeforeTransactionCompletionProcess
-
public interface BeforeTransactionCompletionProcessContract representing some process that needs to occur during before transaction completion.- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voiddoBeforeTransactionCompletion(SessionImplementor session)Perform whatever processing is encapsulated here before completion of the transaction.
-
-
-
方法详细资料
-
doBeforeTransactionCompletion
void doBeforeTransactionCompletion(SessionImplementor session)
Perform whatever processing is encapsulated here before completion of the transaction.- 参数:
session- The session on which the transaction is preparing to complete.
-
-