Uses of Interface
org.hibernate.engine.transaction.jta.platform.internal.JtaSynchronizationStrategy
-
Packages that use JtaSynchronizationStrategy Package Description org.hibernate.engine.transaction.jta.platform.internal A range of container-specific implementations ofJtaPlatform
.org.hibernate.testing.jta -
-
Uses of JtaSynchronizationStrategy in org.hibernate.engine.transaction.jta.platform.internal
Classes in org.hibernate.engine.transaction.jta.platform.internal that implement JtaSynchronizationStrategy Modifier and Type Class Description class
SynchronizationRegistryBasedSynchronizationStrategy
Implementation of theJtaSynchronizationStrategy
contract based on using aTransactionSynchronizationRegistry
class
TransactionManagerBasedSynchronizationStrategy
Implementation of theJtaSynchronizationStrategy
contract based on using aTransactionManager
Methods in org.hibernate.engine.transaction.jta.platform.internal that return JtaSynchronizationStrategy Modifier and Type Method Description protected JtaSynchronizationStrategy
AbstractJtaPlatform. getSynchronizationStrategy()
-
Uses of JtaSynchronizationStrategy in org.hibernate.testing.jta
Methods in org.hibernate.testing.jta that return JtaSynchronizationStrategy Modifier and Type Method Description protected JtaSynchronizationStrategy
TestingJtaPlatformImpl. getSynchronizationStrategy()
-