Uses of Interface
org.hibernate.engine.spi.TransactionCompletionCallbacksImplementor
Packages that use TransactionCompletionCallbacksImplementor
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 TransactionCompletionCallbacksImplementor in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return TransactionCompletionCallbacksImplementorModifier and TypeMethodDescriptionTransactionCompletionCallbacksImplementor.forSharing()Ensure internal queues are initialized for sharing between sessions that share the same transaction coordinator.ActionQueue.getTransactionCompletionCallbacks()SessionDelegatorBaseImpl.getTransactionCompletionCallbacksImplementor()SharedSessionContractImplementor.getTransactionCompletionCallbacksImplementor()Access to registered callbacks for transaction completion processing.SharedSessionDelegatorBaseImpl.getTransactionCompletionCallbacksImplementor()Methods in org.hibernate.engine.spi with parameters of type TransactionCompletionCallbacksImplementorModifier and TypeMethodDescriptionvoidActionQueue.setTransactionCompletionCallbacks(TransactionCompletionCallbacksImplementor callbacks, boolean isTransactionCoordinatorShared) Bind transaction completion processes to make them shared between primary and secondary session. -
Uses of TransactionCompletionCallbacksImplementor in org.hibernate.event.spi
Methods in org.hibernate.event.spi that return TransactionCompletionCallbacksImplementor