Uses of Interface
org.hibernate.engine.spi.TransactionCompletionCallbacks.AfterCompletionCallback
Packages that use TransactionCompletionCallbacks.AfterCompletionCallback
Package
Description
This SPI package defines an abstraction over the notion of an "action"
which is scheduled for asynchronous execution by the event listeners.
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
-
Uses of TransactionCompletionCallbacks.AfterCompletionCallback in org.hibernate.action.spi
Subinterfaces of TransactionCompletionCallbacks.AfterCompletionCallback in org.hibernate.action.spiModifier and TypeInterfaceDescriptioninterface
Contract representing some process that needs to occur during after transaction completion. -
Uses of TransactionCompletionCallbacks.AfterCompletionCallback in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi with parameters of type TransactionCompletionCallbacks.AfterCompletionCallbackModifier and TypeMethodDescriptionvoid
ActionQueue.registerCallback
(TransactionCompletionCallbacks.AfterCompletionCallback process) void
TransactionCompletionCallbacks.registerCallback
(TransactionCompletionCallbacks.AfterCompletionCallback process) Register aprocess
(callback) to be performed at the end of transaction completion.