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