@FunctionalInterface public interface TableMappingModifier<ST extends SourceTable<?,?>,TT extends TargetTable<?,?>>
TableMapping.| Modifier and Type | Method and Description |
|---|---|
void |
modify(TableMappingModificationContext<ST,TT> context)
Modifies the table mapping specified by the context.
|
void modify(TableMappingModificationContext<ST,TT> context) throws DataIntegrationException
DataIntegrationException