Uses of Package
com.orchestranetworks.addon.dint.mapping
-
Packages that use com.orchestranetworks.addon.dint.mapping Package Description com.orchestranetworks.addon.dint Provides classes and interfaces to execute a data integration task.com.orchestranetworks.addon.dint.mapping Provides classes and interfaces for creating a mapping specification between source and target tables.com.orchestranetworks.addon.dint.template Provides classes and interfaces that represent a specification for a user defined template. -
Classes in com.orchestranetworks.addon.dint.mapping used by com.orchestranetworks.addon.dint Class Description MappingSpec Global mapping specification. -
Classes in com.orchestranetworks.addon.dint.mapping used by com.orchestranetworks.addon.dint.mapping Class Description CSVSourceTable Represents the CSV source table in aTableMapping.CSVTargetTable Represents the CSV target table in aTableMapping.EBXSourceTable Represents the EBX source table in aTableMapping.EBXTargetTable Represents the EBX target table in aTableMapping.ExcelSourceTable Represents the Excel source table in aTableMapping.ExcelTargetTable Represents the Excel target table in aTableMapping.FieldMatcher Strategy to match source fields with target fields when mapping fields.MappingSpec Global mapping specification.SourceTable Represents a source table in aTableMapping.SQLSourceTable Represents the SQL source table in aTableMapping.SQLTargetTable Represents the SQL target table in aTableMapping.TableMapping Mapping between aSourceTableand aTargetTable.TableMappingModificationContext Context to modify an existingTableMapping.TableMappingSelector Selects an exactTableMappingin aMappingSpec.TargetTable Represents a target table in aTableMapping. -
Classes in com.orchestranetworks.addon.dint.mapping used by com.orchestranetworks.addon.dint.template Class Description CSVSourceTable Represents the CSV source table in aTableMapping.CSVTargetTable Represents the CSV target table in aTableMapping.EBXSourceTable Represents the EBX source table in aTableMapping.EBXTargetTable Represents the EBX target table in aTableMapping.ExcelSourceTable Represents the Excel source table in aTableMapping.ExcelTargetTable Represents the Excel target table in aTableMapping.SourceTable Represents a source table in aTableMapping.SQLSourceTable Represents the SQL source table in aTableMapping.SQLTargetTable Represents the SQL target table in aTableMapping.TableMappingModifier Allows modification of an existingTableMapping.TableMappingSelector Selects an exactTableMappingin aMappingSpec.TargetTable Represents a target table in aTableMapping.