Interface IThreadConnectableTransactionManager<T,R>

All Superinterfaces:
org.springframework.transaction.PlatformTransactionManager, org.springframework.transaction.TransactionManager
All Known Implementing Classes:
NarayanaJtaTransactionManager, SpringTxManagerProxy, StatusRecordingTransactionManager, ThreadConnectableDataSourceTransactionManager, ThreadConnectableJtaTransactionManager

public interface IThreadConnectableTransactionManager<T,R> extends org.springframework.transaction.PlatformTransactionManager
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    resumeTransaction(T transaction, R resources)
     
    suspendTransaction(T transaction)
     

    Methods inherited from interface org.springframework.transaction.PlatformTransactionManager

    commit, getTransaction, rollback
  • Method Details

    • getCurrentTransaction

      T getCurrentTransaction() throws org.springframework.transaction.TransactionException
      Throws:
      org.springframework.transaction.TransactionException
    • suspendTransaction

      R suspendTransaction(T transaction)
    • resumeTransaction

      void resumeTransaction(T transaction, R resources)