Interface CDOXASavepoint

  • All Superinterfaces:
    CDOUserSavepoint
    All Known Subinterfaces:
    InternalCDOXASavepoint

    public interface CDOXASavepoint
    extends CDOUserSavepoint
    Creates a save point in a CDOXATransaction that can be used to roll back a part of the transaction.

    Note: Save points do not flush to disk. Everything is done in memory on the client side.

    Since:
    3.0
    Author:
    Eike Stepper
    No Implement
    This interface is not intended to be implemented by clients.
    No Extend
    This interface is not intended to be extended by clients.