public interface SynchronizationStrategy
Modifier and Type | Method and Description |
---|---|
<D> void |
synchronize(SynchronizationContext<D> context)
Synchronizes a target database with a source database as defined by the synchronization context.
|
<D> void synchronize(SynchronizationContext<D> context) throws java.sql.SQLException
D
- context
- a synchronization contextjava.sql.SQLException
- if synchronization fails