类 RegisteredSynchronization
- java.lang.Object
-
- org.hibernate.resource.transaction.backend.jta.internal.synchronization.RegisteredSynchronization
-
- 所有已实现的接口:
javax.transaction.Synchronization
public class RegisteredSynchronization extends Object implements javax.transaction.Synchronization
The JTASynchronizationHibernate registers when needed for JTA callbacks. Note that we split the notion of the registered Synchronization and the processing of the Synchronization callbacks mainly to account for "separation of concerns", but also so that the transaction engine does not have to hold reference to the actual Synchronization that gets registered with the JTA system.- 作者:
- Steve Ebersole
-
-
构造器概要
构造器 构造器 说明 RegisteredSynchronization(SynchronizationCallbackCoordinator synchronizationCallbackCoordinator)
-
-
-
构造器详细资料
-
RegisteredSynchronization
public RegisteredSynchronization(SynchronizationCallbackCoordinator synchronizationCallbackCoordinator)
-
-