Class TableChanges

  • All Implemented Interfaces:
    Iterable<TableChanges.TableChange>

    public class TableChanges
    extends Object
    implements Iterable<TableChanges.TableChange>
    An abstract representation of one or more changes to the structure to the tables of a relational database. Used within a schema history as an alternative to storing and re-parsing DB-specific DDL statements.
    Author:
    Gunnar Morling