Class DefaultTransaction

  • All Implemented Interfaces:
    java.io.Flushable, org.springframework.transaction.support.SmartTransactionObject

    public class DefaultTransaction
    extends Transaction
    implements org.springframework.transaction.support.SmartTransactionObject
    • Constructor Detail

      • DefaultTransaction

        protected DefaultTransaction()
    • Method Detail

      • clearRollbackOnly

        public void clearRollbackOnly()
        Made public for special callers. Please do not use it generally!
        Overrides:
        clearRollbackOnly in class Transaction
      • isRollbackOnly

        public final boolean isRollbackOnly()
        From SmartTransactionObject..
        Specified by:
        isRollbackOnly in interface org.springframework.transaction.support.SmartTransactionObject
        Overrides:
        isRollbackOnly in class Transaction
      • flush

        public void flush()
        From SmartTransactionObject..
        Specified by:
        flush in interface java.io.Flushable
        Specified by:
        flush in interface org.springframework.transaction.support.SmartTransactionObject