Class AbstractTransaction

  • All Implemented Interfaces:
    Transaction, AutoCloseable

    public abstract class AbstractTransaction
    extends Object
    implements Transaction
    A convenience base transaction class for multi-operation transactions which maintains the ordered list of operations to commit and provides a default implementation of rollbackOrLog which logs a SEVERE message.
    Author:
    bratseth