Class RemoveEverythingTransaction

Direct Known Subclasses:
BackupCopyTransaction

public class RemoveEverythingTransaction extends Patch
Transaction that removes everything from the database.
  • Constructor Details

    • RemoveEverythingTransaction

      public RemoveEverythingTransaction()
  • Method Details

    • hasBeenApplied

      public boolean hasBeenApplied()
      Specified by:
      hasBeenApplied in class Patch
    • applyPatch

      protected void applyPatch()
      Specified by:
      applyPatch in class Patch