Uses of Interface
org.hibernate.engine.spi.TransactionCompletionCallbacks
Packages that use TransactionCompletionCallbacks
Package
Description
Service and decomposition contracts for Hibernate action queue implementations.
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
Defines the event types and event listener interfaces for
events produced by the stateful
Session.-
Uses of TransactionCompletionCallbacks in org.hibernate.action.queue.spi
Subinterfaces of TransactionCompletionCallbacks in org.hibernate.action.queue.spiModifier and TypeInterfaceDescriptioninterfaceCommon interface for ActionQueue implementations. -
Uses of TransactionCompletionCallbacks in org.hibernate.engine.spi
Subinterfaces of TransactionCompletionCallbacks in org.hibernate.engine.spiClasses in org.hibernate.engine.spi that implement TransactionCompletionCallbacksModifier and TypeClassDescriptionclassLegacy implementation of the action queue.Methods in org.hibernate.engine.spi that return TransactionCompletionCallbacksModifier and TypeMethodDescriptionSessionDelegatorBaseImpl.getTransactionCompletionCallbacks()SharedSessionContractImplementor.getTransactionCompletionCallbacks()Access to register callbacks for transaction completion processing. -
Uses of TransactionCompletionCallbacks in org.hibernate.event.spi
Methods in org.hibernate.event.spi that return TransactionCompletionCallbacksModifier and TypeMethodDescriptiondefault TransactionCompletionCallbacksEventSource.getTransactionCompletionCallbacks()