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.
-
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()
SessionImplementor.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 TypeMethodDescriptionvoid
ActionQueue.setTransactionCompletionCallbacks
(TransactionCompletionCallbacksImplementor callbacks, boolean isTransactionCoordinatorShared) Bind transaction completion processes to make them shared between primary and secondary session.