Class TableMapping


  • public final class TableMapping
    extends java.lang.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 Detail

      • TableMapping

        public TableMapping()
        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:
        hashCode in class java.lang.Object
      • equals

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