Uses of Interface
org.hibernate.resource.transaction.backend.jta.internal.synchronization.SynchronizationCallbackCoordinator
-
Packages that use SynchronizationCallbackCoordinator Package Description org.hibernate.resource.transaction.backend.jta.internal org.hibernate.resource.transaction.backend.jta.internal.synchronization Internal implementation details for reacting to JTA transaction completion viaSynchronization
callbacks -
-
Uses of SynchronizationCallbackCoordinator in org.hibernate.resource.transaction.backend.jta.internal
Methods in org.hibernate.resource.transaction.backend.jta.internal that return SynchronizationCallbackCoordinator Modifier and Type Method Description SynchronizationCallbackCoordinator
JtaTransactionCoordinatorImpl. 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 SynchronizationCallbackCoordinator Modifier and Type Class Description class
SynchronizationCallbackCoordinatorNonTrackingImpl
Manages callbacks from theSynchronization
registered by Hibernate.class
SynchronizationCallbackCoordinatorTrackingImpl
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 SynchronizationCallbackCoordinator Constructor Description RegisteredSynchronization(SynchronizationCallbackCoordinator synchronizationCallbackCoordinator)
-