程序包 org.hibernate.resource.transaction.backend.jta.internal.synchronization
Internal implementation details for reacting to JTA transaction completion via
Synchronization
callbacks-
接口概要 接口 说明 AfterCompletionAction 已过时。 (since 5.2) - probably getting removed in 5.2 as well.ExceptionMapper A pluggable strategy for defining how theSynchronizationregistered by Hibernate handles exceptions.ManagedFlushChecker 已过时。 (since 5.2) no longer needed since integrating HEM into hibernate-core.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. -
类概要 类 说明 RegisteredSynchronization The JTASynchronizationHibernate registers when needed for JTA callbacks.SynchronizationCallbackCoordinatorNonTrackingImpl Manages callbacks from theSynchronizationregistered 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)