Class EBXTableSpec
- 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.TableSpecSpecification forEBXSourceTableSpecandEBXTargetTableSpec..- Since:
- 4.1.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.onwbp.adaptation.AdaptationTablegetAdaptationTable()Returns the adaptation table.com.orchestranetworks.service.SessiongetSession()Returns the session.java.util.Set<DataType>getUnsupportedDataTypes()Returns the unsupported data types.booleanisForeignKeyHierarchyIncluded()Returnstrueif foreign key fields include their children as hierarchies.
-
-
-
Method Detail
-
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()
Returnstrueif foreign key fields include their children as hierarchies.Returns
trueby default.
-
getUnsupportedDataTypes
public final java.util.Set<DataType> getUnsupportedDataTypes()
Returns the unsupported data types.Returns an empty collection by default.
-
-