Class TableMapping

java.lang.Object
com.orchestranetworks.addon.dataexchange.TableMapping

public final class TableMapping extends Object
Deprecated.
Since 2.3.0, replaced by TableMapping.
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 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.
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Deprecated.
      Overrides:
      equals in class Object