Uses of Interface
org.hibernate.action.spi.AfterTransactionCompletionProcess
Packages that use AfterTransactionCompletionProcess
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 AfterTransactionCompletionProcess in org.hibernate.action.spi
Methods in org.hibernate.action.spi that return AfterTransactionCompletionProcessModifier and TypeMethodDescription@Nullable AfterTransactionCompletionProcess
Executable.getAfterTransactionCompletionProcess()
Get the after-transaction-completion process, if any, for this action.