Uses of Class
org.springframework.transaction.jta.JtaTransactionObject
Packages that use JtaTransactionObject
-
Uses of JtaTransactionObject in org.springframework.transaction.jta
Methods in org.springframework.transaction.jta that return JtaTransactionObjectModifier and TypeMethodDescriptionprotected JtaTransactionObjectJtaTransactionManager.doGetJtaTransaction(UserTransaction ut) Get a JTA transaction object for the given current UserTransaction.Methods in org.springframework.transaction.jta with parameters of type JtaTransactionObjectModifier and TypeMethodDescriptionprotected voidJtaTransactionManager.applyIsolationLevel(JtaTransactionObject txObject, int isolationLevel) Apply the given transaction isolation level.protected voidJtaTransactionManager.applyTimeout(JtaTransactionObject txObject, int timeout) Apply the given transaction timeout.protected voidJtaTransactionManager.doJtaBegin(JtaTransactionObject txObject, TransactionDefinition definition) Perform a JTA begin on the JTA UserTransaction or TransactionManager.protected voidJtaTransactionManager.doJtaResume(@Nullable JtaTransactionObject txObject, Object suspendedTransaction) Perform a JTA resume on the JTA TransactionManager.protected ObjectJtaTransactionManager.doJtaSuspend(JtaTransactionObject txObject) Perform a JTA suspend on the JTA TransactionManager.protected voidJtaTransactionManager.doRegisterAfterCompletionWithJtaTransaction(JtaTransactionObject txObject, List<TransactionSynchronization> synchronizations) Register a JTA synchronization on the JTA TransactionManager, for callingafterCompletionon the given Spring TransactionSynchronizations.