Uses of Interface
org.hibernate.engine.spi.TransactionCompletionCallbacks.BeforeCompletionCallback
Packages that use TransactionCompletionCallbacks.BeforeCompletionCallback
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.BeforeCompletionCallback in org.hibernate.action.spi
Subinterfaces of TransactionCompletionCallbacks.BeforeCompletionCallback in org.hibernate.action.spiModifier and TypeInterfaceDescriptioninterface
Contract representing some process that needs to occur during before transaction completion. -
Uses of TransactionCompletionCallbacks.BeforeCompletionCallback in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi with parameters of type TransactionCompletionCallbacks.BeforeCompletionCallbackModifier and TypeMethodDescriptionvoid
ActionQueue.registerCallback
(TransactionCompletionCallbacks.BeforeCompletionCallback process) void
TransactionCompletionCallbacks.registerCallback
(TransactionCompletionCallbacks.BeforeCompletionCallback process) Register aprocess
(callback) to be performed at the start of transaction completion.