Class TableMapping
java.lang.Object
com.orchestranetworks.addon.dataexchange.TableMapping
Deprecated.
Specifies target tables based on mappings with the corresponding source tables. When a user transfers data from many to many tables, they must define the target tables.
- Since:
- 2.2.1
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.com.orchestranetworks.schema.Path
Deprecated.com.orchestranetworks.schema.Path
Deprecated.int
hashCode()
Deprecated.void
setSourceTablePath
(com.orchestranetworks.schema.Path sourceTablePath) Deprecated.void
setTargetTablePath
(com.orchestranetworks.schema.Path targetTablePath) Deprecated.
-
Constructor Details
-
TableMapping
public TableMapping()Deprecated.
-
-
Method Details
-
getSourceTablePath
public com.orchestranetworks.schema.Path getSourceTablePath()Deprecated. -
setSourceTablePath
public void setSourceTablePath(com.orchestranetworks.schema.Path sourceTablePath) Deprecated. -
getTargetTablePath
public com.orchestranetworks.schema.Path getTargetTablePath()Deprecated. -
setTargetTablePath
public void setTargetTablePath(com.orchestranetworks.schema.Path targetTablePath) Deprecated. -
hashCode
public int hashCode()Deprecated. -
equals
Deprecated.
-
TableMapping
.