Interface ChangeLog

All Superinterfaces:
Batch
All Known Implementing Classes:
AbstractChangeLog, ChangeLogImpl, ConsolidatingChangeLog

public interface ChangeLog extends Batch
A ChangeLog is a specialized Batch which keeps a list of Operations. The apply(Batch) method applies these operations to another batch.
  • Method Details