Package | Description |
---|---|
com.orchestranetworks.addon.dint |
Provides classes and interfaces to execute a data integration task.
|
com.orchestranetworks.addon.dint.mapping |
Provides classes and interfaces for creating a mapping specification between source and target tables.
|
Modifier and Type | Method and Description |
---|---|
MappingSpec |
DataIntegrationSpec.getMappingSpec()
Returns the mapping specification.
|
Constructor and Description |
---|
DataIntegrationSpec(com.orchestranetworks.service.Session session,
MappingSpec mappingSpec)
Constructs a new
DataIntegrationSpec . |
Modifier and Type | Method and Description |
---|---|
static MappingSpec |
MappingSpec.of(TableMapping... tableMappings)
Returns a mapping specification with given table mappings.
|