Package org.hibernate.resource.transaction.backend.jta.internal
package org.hibernate.resource.transaction.backend.jta.internal
Implementations of
TransactionCoordinator
based on JTA.
The JtaTransactionAdapter
abstracts over access to JTA via UserTransaction
or via
TransactionManager
.
-
ClassDescriptionDdlExecutor for use in JTA environmentsAn isolation delegate for JTA environments.Indicates problems accessing TransactionManager or UserTransaction through the JtaPlatformAdapter for abstracting the physical means of interacting with JTA transactions.JtaTransactionAdapter for coordinating with the JTA TransactionManagerJtaTransactionAdapter for coordinating with the JTA UserTransactionConcrete builder for JTA-based TransactionCoordinator instances.An implementation of TransactionCoordinator based on managing a transaction through the JTA API (either TM or UT)