Package com.orchestranetworks.addon.dint.mapping
package com.orchestranetworks.addon.dint.mapping
Provides classes and interfaces for creating a mapping specification between source and target tables.
The main class of this package is MappingSpec. It represents a mapping specification.-
ClassDescriptionRepresents the CSV source table in a
TableMapping
.Represents the CSV target table in aTableMapping
.Represents the EBX source table in aTableMapping
.Represents the EBX target table in aTableMapping
.Represents the Excel source table in aTableMapping
.Represents the Excel target table in aTableMapping
.Strategy to match source fields with target fields when mapping fields.Global mapping specification.Represents a source table in aTableMapping
.Represents the SQL source table in aTableMapping
.Represents the SQL target table in aTableMapping
.Mapping between aSourceTable
and aTargetTable
.Context to modify an existingTableMapping
.Allows modification of an existingTableMapping
.Selects an exactTableMapping
in aMappingSpec
.Represents a target table in aTableMapping
.