Package com.wisecoders.dbs.dbms.sync.engine.nodes


package com.wisecoders.dbs.dbms.sync.engine.nodes
Synchronization-related classes. The central class are SyncPair and SyncDiff.
  • Class
    Description
     
    Each difference may get an action: toLeft - merge in the local model, toRight - commit into the database, or noAction.
    A SyncNode is a pair of elements (two tables, two columns, etc.).
    Filter the SyncDiffs.
    SyncPair<U extends AbstractUnit,P extends AbstractUnit>
    A pair of two elements which are compared, and their parents.
    Used to order the statements in the generated SQL script.
    Similar with the Synchronization dialog, left is for the local model, right is for the database.