程序包 org.hibernate.action.spi
Defines SPI hooks into the
ActionQueue. Mainly for registering custom
AfterTransactionCompletionProcess and BeforeTransactionCompletionProcess hooks.-
接口概要 接口 说明 AfterTransactionCompletionProcess Contract representing some process that needs to occur during after transaction completion.BeforeTransactionCompletionProcess Contract representing some process that needs to occur during before transaction completion.Executable An operation which may be scheduled for later execution.