Uses of Interface
com.orchestranetworks.addon.dex.mapping.FieldMapperDefinition
-
Packages that use FieldMapperDefinition 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 FieldMapperDefinition in com.orchestranetworks.addon.dex.configuration
Methods in com.orchestranetworks.addon.dex.configuration that return types with arguments of type FieldMapperDefinition 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 FieldMapperDefinition 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 FieldMapperDefinition in com.orchestranetworks.addon.dex.mapping
Fields in com.orchestranetworks.addon.dex.mapping declared as FieldMapperDefinition Modifier and Type Field Description static FieldMapperDefinitionFieldMapperDefinition. MAP_LABEL_AND_TYPE_WITH_INSENSITIVEAFieldMapperDefinitionthat maps the column's label and data type without using case-sensitive comparison.static FieldMapperDefinitionFieldMapperDefinition. MAP_LABEL_AND_TYPE_WITH_SENSITIVEAFieldMapperDefinitionthat maps the column's label and data type using case-sensitive comparison.static FieldMapperDefinitionFieldMapperDefinition. MAP_LABEL_WITH_INSENSITIVEAFieldMapperDefinitionthat maps the column's label without using case-sensitive comparison.static FieldMapperDefinitionFieldMapperDefinition. MAP_LABEL_WITH_SENSITIVEAFieldMapperDefinitionthat maps the column's label using case-sensitive comparison.static FieldMapperDefinitionFieldMapperDefinition. MAP_NAME_AND_TYPE_WITH_INSENSITIVEAFieldMapperDefinitionthat maps the column's name and data type without using case-sensitive comparison.static FieldMapperDefinitionFieldMapperDefinition. MAP_NAME_AND_TYPE_WITH_SENSITIVEAFieldMapperDefinitionthat maps the column's name and data type using case-sensitive comparison.static FieldMapperDefinitionFieldMapperDefinition. MAP_NAME_WITH_INSENSITIVEAFieldMapperDefinitionthat maps the column's name without using case-sensitive comparison.static FieldMapperDefinitionFieldMapperDefinition. MAP_NAME_WITH_SENSITIVEAFieldMapperDefinitionthat maps the column's name using case-sensitive comparison.Methods in com.orchestranetworks.addon.dex.mapping with parameters of type FieldMapperDefinition Modifier and Type Method Description static voidFieldMapperCatalog. add(FieldMapperDefinition fieldMapperDefinition)Registers the specified custom mapping field.
-