Uses of Interface
org.hibernate.resource.transaction.backend.jta.internal.synchronization.SynchronizationCallbackCoordinator
Packages that use SynchronizationCallbackCoordinator
Package
Description
Implementations of
TransactionCoordinator
based on JTA.Internal implementation details for reacting to JTA transaction completion via
Synchronization
callbacks-
Uses of SynchronizationCallbackCoordinator in org.hibernate.resource.transaction.backend.jta.internal
Methods in org.hibernate.resource.transaction.backend.jta.internal that return SynchronizationCallbackCoordinatorModifier and TypeMethodDescriptionJtaTransactionCoordinatorImpl.getSynchronizationCallbackCoordinator()
-
Uses of SynchronizationCallbackCoordinator in org.hibernate.resource.transaction.backend.jta.internal.synchronization
Classes in org.hibernate.resource.transaction.backend.jta.internal.synchronization that implement SynchronizationCallbackCoordinatorModifier and TypeClassDescriptionclass
Manages callbacks from theSynchronization
registered by Hibernate.class
Extension of SynchronizationCallbackCoordinatorNonTrackingImpl that adds checking of whether a rollback comes from a thread other than the application thread (thread used to register the Synchronization)Constructors in org.hibernate.resource.transaction.backend.jta.internal.synchronization with parameters of type SynchronizationCallbackCoordinatorModifierConstructorDescriptionRegisteredSynchronization
(SynchronizationCallbackCoordinator synchronizationCallbackCoordinator)