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 SummaryConstructors Constructor Description TableMapping()Deprecated.
 - 
Method SummaryAll 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- 
getSourceTablePathpublic com.orchestranetworks.schema.Path getSourceTablePath() Deprecated.
 - 
setSourceTablePathpublic void setSourceTablePath(com.orchestranetworks.schema.Path sourceTablePath) Deprecated.
 - 
getTargetTablePathpublic com.orchestranetworks.schema.Path getTargetTablePath() Deprecated.
 - 
setTargetTablePathpublic void setTargetTablePath(com.orchestranetworks.schema.Path targetTablePath) Deprecated.
 - 
hashCodepublic int hashCode() Deprecated.- Overrides:
- hashCodein class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object obj) Deprecated.- Overrides:
- equalsin class- java.lang.Object
 
 
- 
 
-