Package org.hibernate.action.spi
Defines SPI hooks into the
ActionQueue
. Mainly for registering custom
AfterTransactionCompletionProcess
and BeforeTransactionCompletionProcess
hooks.-
Interface Summary Interface Description 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.