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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.com.orchestranetworks.schema.PathDeprecated.com.orchestranetworks.schema.PathDeprecated.inthashCode()Deprecated.voidsetSourceTablePath(com.orchestranetworks.schema.Path sourceTablePath) Deprecated.voidsetTargetTablePath(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.