java.lang.Object
com.orchestranetworks.addon.dint.dataconnector.spec.TableSpec
com.orchestranetworks.addon.dint.dataconnector.spec.EBXTableSpec
Direct Known Subclasses:
EBXSourceTableSpec, EBXTargetTableSpec

public abstract class EBXTableSpec extends com.orchestranetworks.addon.dint.dataconnector.spec.TableSpec
Specification for EBXSourceTableSpec and EBXTargetTableSpec..
Since:
4.1.0
  • Method Details

    • getSession

      public final com.orchestranetworks.service.Session getSession()
      Returns the session.
    • getAdaptationTable

      public final com.onwbp.adaptation.AdaptationTable getAdaptationTable()
      Returns the adaptation table.
    • isForeignKeyHierarchyIncluded

      public boolean isForeignKeyHierarchyIncluded()
      Returns true if foreign key fields include their children as hierarchies.

      Returns true by default.

    • getUnsupportedDataTypes

      public final Set<DataType> getUnsupportedDataTypes()
      Returns the unsupported data types.

      Returns an empty collection by default.