Uses of Interface
org.hibernate.action.spi.BeforeTransactionCompletionProcess
Packages that use BeforeTransactionCompletionProcess
Package
Description
This SPI package defines an abstraction over the notion of an "action"
which is scheduled for asynchronous execution by the event listeners.
-
Uses of BeforeTransactionCompletionProcess in org.hibernate.action.spi
Methods in org.hibernate.action.spi that return BeforeTransactionCompletionProcessModifier and TypeMethodDescription@Nullable BeforeTransactionCompletionProcess
Executable.getBeforeTransactionCompletionProcess()
Get the before-transaction-completion process, if any, for this action.