Uses of Interface
org.hibernate.engine.spi.TransactionCompletionCallbacks.CompletionCallback
Packages that use TransactionCompletionCallbacks.CompletionCallback
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.CompletionCallback in org.hibernate.action.spi
Subinterfaces of TransactionCompletionCallbacks.CompletionCallback in org.hibernate.action.spiModifier and TypeInterfaceDescriptioninterface
Contract representing some process that needs to occur during after transaction completion.interface
Contract representing some process that needs to occur during before transaction completion. -
Uses of TransactionCompletionCallbacks.CompletionCallback in org.hibernate.engine.spi
Subinterfaces of TransactionCompletionCallbacks.CompletionCallback in org.hibernate.engine.spiModifier and TypeInterfaceDescriptionstatic interface
static interface