Uses of Interface
com.orchestranetworks.addon.dex.mapping.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
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 FieldMapperDefinition in com.orchestranetworks.addon.dex.mapping
Modifier and TypeFieldDescriptionstatic final FieldMapperDefinition
FieldMapperDefinition.MAP_LABEL_AND_TYPE_WITH_INSENSITIVE
AFieldMapperDefinition
that maps the column's label and data type without using case-sensitive comparison.static final FieldMapperDefinition
FieldMapperDefinition.MAP_LABEL_AND_TYPE_WITH_SENSITIVE
AFieldMapperDefinition
that maps the column's label and data type using case-sensitive comparison.static final FieldMapperDefinition
FieldMapperDefinition.MAP_LABEL_WITH_INSENSITIVE
AFieldMapperDefinition
that maps the column's label without using case-sensitive comparison.static final FieldMapperDefinition
FieldMapperDefinition.MAP_LABEL_WITH_SENSITIVE
AFieldMapperDefinition
that maps the column's label using case-sensitive comparison.static final FieldMapperDefinition
FieldMapperDefinition.MAP_NAME_AND_TYPE_WITH_INSENSITIVE
AFieldMapperDefinition
that maps the column's name and data type without using case-sensitive comparison.static final FieldMapperDefinition
FieldMapperDefinition.MAP_NAME_AND_TYPE_WITH_SENSITIVE
AFieldMapperDefinition
that maps the column's name and data type using case-sensitive comparison.static final FieldMapperDefinition
FieldMapperDefinition.MAP_NAME_WITH_INSENSITIVE
AFieldMapperDefinition
that maps the column's name without using case-sensitive comparison.static final FieldMapperDefinition
FieldMapperDefinition.MAP_NAME_WITH_SENSITIVE
AFieldMapperDefinition
that maps the column's name using case-sensitive comparison.Modifier and TypeMethodDescriptionstatic final void
FieldMapperCatalog.add
(FieldMapperDefinition fieldMapperDefinition) Registers the specified custom mapping field.