Interface | Description |
---|---|
SynchronizationContext<Z,D extends Database<Z>> | |
SynchronizationSupport | |
TableSynchronizationStrategy |
Class | Description |
---|---|
DifferentialSynchronizationStrategy |
Database-independent synchronization strategy that only updates differences between two databases.
|
DumpRestoreSynchronizationStrategy |
A synchronization strategy that uses dump/restore procedures.
|
FastDifferentialSynchronizationStrategy |
Work in progress...
|
FullSynchronizationStrategy |
Database-independent synchronization strategy that does full record transfer between two databases.
|
PassiveSynchronizationStrategy |
Trivial
SynchronizationStrategy implementation that assumes that the inactive database is already in sync. |
PerTableSynchronizationStrategy | |
SynchronizationContextImpl<Z,D extends Database<Z>> | |
SynchronizationSupportImpl<Z,D extends Database<Z>> |
Default
SynchronizationSupport implementation. |
Copyright © 2004–2014 Paul Ferraro. All rights reserved.