Class TableMapping
- java.lang.Object
-
- com.orchestranetworks.addon.dataexchange.TableMapping
-
public final class TableMapping extends java.lang.ObjectDeprecated.Since 2.3.0, replaced byTableMapping.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 Constructor Description TableMapping()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)Deprecated.com.orchestranetworks.schema.PathgetSourceTablePath()Deprecated.com.orchestranetworks.schema.PathgetTargetTablePath()Deprecated.inthashCode()Deprecated.voidsetSourceTablePath(com.orchestranetworks.schema.Path sourceTablePath)Deprecated.voidsetTargetTablePath(com.orchestranetworks.schema.Path targetTablePath)Deprecated.
-
-
-
Method Detail
-
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.- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
Deprecated.- Overrides:
equalsin classjava.lang.Object
-
-