Class AbstractJDBCSavepointManager

  • All Implemented Interfaces:
    SavepointManager, Configurable
    Direct Known Subclasses:
    JDBC3SavepointManager

    public abstract class AbstractJDBCSavepointManager
    extends java.lang.Object
    implements SavepointManager, Configurable
    Abstract SavepointManager implementation that delegates to the subclass for savepoint operations on the active Connection. This implementation issues a flush and relies on the driver/db to restore back to the flushed state.
    Since:
    0.3.4
    Author:
    Steve Kim
    • Constructor Detail

      • AbstractJDBCSavepointManager

        public AbstractJDBCSavepointManager()