Synchronization
callbacksSee: Description
Interface | Description |
---|---|
AfterCompletionAction |
A pluggable strategy for defining any actions to be performed during
Synchronization.afterCompletion(int) processing from the the
Synchronization registered by Hibernate with the underlying JTA platform. |
ExceptionMapper |
A pluggable strategy for defining how the
Synchronization registered by Hibernate handles
exceptions. |
ManagedFlushChecker |
A pluggable strategy for defining how the
Synchronization registered by Hibernate determines
whether to perform a managed flush. |
SynchronizationCallbackCoordinator |
Manages funneling JTA Synchronization callbacks back into the Hibernate transaction engine.
|
SynchronizationCallbackTarget |
Defines "inflow" for JTA transactions from the perspective of Hibernate's registered JTA Synchronization
back into the TransactionCoordinator by means of the SynchronizationCallbackCoordinator.
|
Class | Description |
---|---|
RegisteredSynchronization |
The JTA
Synchronization Hibernate registers when needed for JTA callbacks. |
SynchronizationCallbackCoordinatorNonTrackingImpl |
Manages callbacks from the
Synchronization registered by Hibernate. |
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)
|
Synchronization
callbacksCopyright © 2001-2017 Red Hat, Inc. All Rights Reserved.