Uses of Class
org.hibernate.resource.transaction.backend.jta.internal.synchronization.SynchronizationCallbackCoordinatorNonTrackingImpl
-
Packages that use SynchronizationCallbackCoordinatorNonTrackingImpl Package Description org.hibernate.resource.transaction.backend.jta.internal.synchronization Internal implementation details for reacting to JTA transaction completion viaSynchronization
callbacks -
-
Uses of SynchronizationCallbackCoordinatorNonTrackingImpl in org.hibernate.resource.transaction.backend.jta.internal.synchronization
Subclasses of SynchronizationCallbackCoordinatorNonTrackingImpl in org.hibernate.resource.transaction.backend.jta.internal.synchronization Modifier and Type Class Description 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)
-