Uses of Class
com.orchestranetworks.addon.dex.mapping.TableMapping
Package
Description
Classes and interfaces to define specifications for the import, export and transfer data services.
Classes and interfaces to configure mapping between source and target applications.
-
Uses of TableMapping in com.orchestranetworks.addon.dex.configuration
Modifier and TypeMethodDescriptionSQLExportConfigurationSpec.getFieldMapperDefinitions()
Returns the map of theFieldMapperDefinition
implementations and aTableMapping
instance as the key parameter.SQLImportConfigurationSpec.getFieldMapperDefinitions()
Returns the map of theFieldMapperDefinition
implementations andTableMapping
instance as the key parameter.Modifier and TypeMethodDescriptionvoid
SQLExportConfigurationSpec.setFieldMapperDefinitions
(Map<TableMapping, FieldMapperDefinition> fieldMapperDefinitions) Sets a map of theFieldMapperDefinition
implementations and aTableMapping
instance as the key parameter.void
SQLImportConfigurationSpec.setFieldMapperDefinitions
(Map<TableMapping, FieldMapperDefinition> fieldMapperDefinitions) Sets a map of theFieldMapperDefinition
implementations andTableMapping
instance as the key parameter. -
Uses of TableMapping in com.orchestranetworks.addon.dex.mapping
Modifier and TypeMethodDescriptionTableMappingList.iterator()
Returns an iterator over the elements in this list in proper sequence.Modifier and TypeMethodDescriptionvoid
TableMappingList.add
(TableMapping<SC, TC> tableMapping) Adds aTableMapping
instance to this list.