Class SpringTransactionSynchronizationAdapter

  • All Implemented Interfaces:
    Flushable, org.springframework.transaction.support.TransactionSynchronization

    public class SpringTransactionSynchronizationAdapter
    extends Object
    implements org.springframework.transaction.support.TransactionSynchronization
    • Constructor Detail

      • SpringTransactionSynchronizationAdapter

        public SpringTransactionSynchronizationAdapter​(org.drools.persistence.api.TransactionSynchronization ts)
    • Method Detail

      • afterCommit

        public void afterCommit()
        Specified by:
        afterCommit in interface org.springframework.transaction.support.TransactionSynchronization
      • afterCompletion

        public void afterCompletion​(int status)
        Specified by:
        afterCompletion in interface org.springframework.transaction.support.TransactionSynchronization
      • beforeCommit

        public void beforeCommit​(boolean readOnly)
        Specified by:
        beforeCommit in interface org.springframework.transaction.support.TransactionSynchronization
      • beforeCompletion

        public void beforeCompletion()
        Specified by:
        beforeCompletion in interface org.springframework.transaction.support.TransactionSynchronization
      • resume

        public void resume()
        Specified by:
        resume in interface org.springframework.transaction.support.TransactionSynchronization
      • suspend

        public void suspend()
        Specified by:
        suspend in interface org.springframework.transaction.support.TransactionSynchronization
      • flush

        public void flush()
        Specified by:
        flush in interface Flushable
        Specified by:
        flush in interface org.springframework.transaction.support.TransactionSynchronization