| Package | Description |
|---|---|
| com.orchestranetworks.addon.dex.mapping |
Classes and interfaces to configure mapping between source and target applications.
|
| Modifier and Type | Method and Description |
|---|---|
FieldMappingList |
FieldMapper.execute(FieldMapperContext context)
Returns an instance of
FieldMappingList. |
FieldMappingList<SC,TC> |
TableMapping.getFieldMappings()
Returns a list of field mappings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FieldMappingList.addAll(FieldMappingList<SC,TC> fieldMappingList)
Adds all of the elements in the specified
FieldMappingList instance to the end of this list. |
void |
TableMapping.setFieldMappings(FieldMappingList<SC,TC> fieldMappings)
Sets a list of field mappings to this table mapping.
|
| Constructor and Description |
|---|
TableMapping(Table<SC> sourceTable,
Table<TC> targetTable,
FieldMappingList<SC,TC> fieldMappingList) |