Class NoopTransactionManager

java.lang.Object
com.atlassian.confluence.spring.transaction.NoopTransactionManager
All Implemented Interfaces:
org.springframework.transaction.PlatformTransactionManager, org.springframework.transaction.TransactionManager

@Deprecated(forRemoval=true, since="9.3") public class NoopTransactionManager extends Object implements org.springframework.transaction.PlatformTransactionManager
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3
Since:
5.6
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    commit(org.springframework.transaction.TransactionStatus status)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    org.springframework.transaction.TransactionStatus
    getTransaction(org.springframework.transaction.TransactionDefinition definition)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    rollback(org.springframework.transaction.TransactionStatus status)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • NoopTransactionManager

      public NoopTransactionManager()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getTransaction

      public org.springframework.transaction.TransactionStatus getTransaction(org.springframework.transaction.TransactionDefinition definition) throws org.springframework.transaction.TransactionException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getTransaction in interface org.springframework.transaction.PlatformTransactionManager
      Throws:
      org.springframework.transaction.TransactionException
    • commit

      public void commit(org.springframework.transaction.TransactionStatus status) throws org.springframework.transaction.TransactionException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      commit in interface org.springframework.transaction.PlatformTransactionManager
      Throws:
      org.springframework.transaction.TransactionException
    • rollback

      public void rollback(org.springframework.transaction.TransactionStatus status) throws org.springframework.transaction.TransactionException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      rollback in interface org.springframework.transaction.PlatformTransactionManager
      Throws:
      org.springframework.transaction.TransactionException