Uses of Class
com.orchestranetworks.addon.dex.mapping.TableMapping
Packages that use 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
Methods in com.orchestranetworks.addon.dex.configuration that return types with arguments of type TableMappingModifier and TypeMethodDescriptionSQLExportConfigurationSpec.getFieldMapperDefinitions()Returns the map of theFieldMapperDefinitionimplementations and aTableMappinginstance as the key parameter.SQLImportConfigurationSpec.getFieldMapperDefinitions()Returns the map of theFieldMapperDefinitionimplementations andTableMappinginstance as the key parameter.Method parameters in com.orchestranetworks.addon.dex.configuration with type arguments of type TableMappingModifier and TypeMethodDescriptionvoidSQLExportConfigurationSpec.setFieldMapperDefinitions(Map<TableMapping, FieldMapperDefinition> fieldMapperDefinitions) Sets a map of theFieldMapperDefinitionimplementations and aTableMappinginstance as the key parameter.voidSQLImportConfigurationSpec.setFieldMapperDefinitions(Map<TableMapping, FieldMapperDefinition> fieldMapperDefinitions) Sets a map of theFieldMapperDefinitionimplementations andTableMappinginstance as the key parameter. -
Uses of TableMapping in com.orchestranetworks.addon.dex.mapping
Methods in com.orchestranetworks.addon.dex.mapping that return types with arguments of type TableMappingModifier and TypeMethodDescriptionTableMappingList.iterator()Returns an iterator over the elements in this list in proper sequence.Methods in com.orchestranetworks.addon.dex.mapping with parameters of type TableMappingModifier and TypeMethodDescriptionvoidTableMappingList.add(TableMapping<SC, TC> tableMapping) Adds aTableMappinginstance to this list.