Uses of Interface
org.hibernate.engine.spi.TransactionCompletionCallbacks
Packages that use TransactionCompletionCallbacks
Package
Description
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.engine.spi
Subinterfaces of TransactionCompletionCallbacks in org.hibernate.engine.spiClasses in org.hibernate.engine.spi that implement TransactionCompletionCallbacksModifier and TypeClassDescriptionclassResponsible for maintaining the queue of actions related to events.Methods in org.hibernate.engine.spi that return TransactionCompletionCallbacksModifier and TypeMethodDescriptionSessionDelegatorBaseImpl.getTransactionCompletionCallbacks()SharedSessionContractImplementor.getTransactionCompletionCallbacks()Access to register callbacks for transaction completion processing.SharedSessionDelegatorBaseImpl.getTransactionCompletionCallbacks() -
Uses of TransactionCompletionCallbacks in org.hibernate.event.spi
Methods in org.hibernate.event.spi that return TransactionCompletionCallbacksModifier and TypeMethodDescriptiondefault TransactionCompletionCallbacksEventSource.getTransactionCompletionCallbacks()