Uses of Class
com.orchestranetworks.addon.dex.mapping.TableMapping
-
Packages that use TableMapping Package Description com.orchestranetworks.addon.dex.configuration Classes and interfaces to define specifications for the import, export and transfer data services.com.orchestranetworks.addon.dex.mapping 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 TableMapping Modifier and Type Method Description java.util.Map<TableMapping,FieldMapperDefinition>SQLExportConfigurationSpec. getFieldMapperDefinitions()Returns the map of theFieldMapperDefinitionimplementations and aTableMappinginstance as the key parameter.java.util.Map<TableMapping,FieldMapperDefinition>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 TableMapping Modifier and Type Method Description voidSQLExportConfigurationSpec. setFieldMapperDefinitions(java.util.Map<TableMapping,FieldMapperDefinition> fieldMapperDefinitions)Sets a map of theFieldMapperDefinitionimplementations and aTableMappinginstance as the key parameter.voidSQLImportConfigurationSpec. setFieldMapperDefinitions(java.util.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 TableMapping Modifier and Type Method Description java.util.Iterator<TableMapping<SC,TC>>TableMappingList. iterator()Returns an iterator over the elements in this list in proper sequence.Methods in com.orchestranetworks.addon.dex.mapping with parameters of type TableMapping Modifier and Type Method Description voidTableMappingList. add(TableMapping<SC,TC> tableMapping)Adds aTableMappinginstance to this list.
-