Uses of Class
com.orchestranetworks.addon.dint.mapping.MappingSpec
Package
Description
Provides classes and interfaces to execute a data integration task.
Provides classes and interfaces for creating a mapping specification between source and target tables.
-
Uses of MappingSpec in com.orchestranetworks.addon.dint
Modifier and TypeMethodDescriptionDataIntegrationSpec.getMappingSpec()
Returns the mapping specification.ModifierConstructorDescriptionDataIntegrationSpec
(com.orchestranetworks.service.Session session, MappingSpec mappingSpec) Constructs a newDataIntegrationSpec
. -
Uses of MappingSpec in com.orchestranetworks.addon.dint.mapping
Modifier and TypeMethodDescriptionstatic MappingSpec
MappingSpec.of
(TableMapping... tableMappings) Creates a mapping specification with given table mappings.