Uses of Interface
org.hibernate.service.jta.platform.internal.JtaSynchronizationStrategy

Packages that use JtaSynchronizationStrategy
org.hibernate.service.jta.platform.internal   
org.hibernate.testing.jta   
 

Uses of JtaSynchronizationStrategy in org.hibernate.service.jta.platform.internal
 

Classes in org.hibernate.service.jta.platform.internal that implement JtaSynchronizationStrategy
 class SynchronizationRegistryBasedSynchronizationStrategy
          Implementation of the JtaSynchronizationStrategy contract based on using a TransactionSynchronizationRegistry
 class TransactionManagerBasedSynchronizationStrategy
          Implementation of the JtaSynchronizationStrategy contract based on using a TransactionManager
 

Methods in org.hibernate.service.jta.platform.internal that return JtaSynchronizationStrategy
protected  JtaSynchronizationStrategy AbstractJtaPlatform.getSynchronizationStrategy()
           
 

Uses of JtaSynchronizationStrategy in org.hibernate.testing.jta
 

Methods in org.hibernate.testing.jta that return JtaSynchronizationStrategy
protected  JtaSynchronizationStrategy TestingJtaPlatformImpl.getSynchronizationStrategy()
           
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.