Uses of Class
com.orchestranetworks.addon.dint.dataconnector.spec.EBXTargetTableSpec
-
Packages that use EBXTargetTableSpec Package Description com.orchestranetworks.addon.dint.dataconnector.spec Provides classes for source and target table specifications.com.orchestranetworks.addon.dint.mapping Provides classes and interfaces for creating a mapping specification between source and target tables. -
-
Uses of EBXTargetTableSpec in com.orchestranetworks.addon.dint.dataconnector.spec
Methods in com.orchestranetworks.addon.dint.dataconnector.spec that return EBXTargetTableSpec Modifier and Type Method Description EBXTargetTableSpecEBXTargetTableSpec.EBXTargetTableSpecBuilder. build()Builds anEBXTargetTableSpecinstance. -
Uses of EBXTargetTableSpec in com.orchestranetworks.addon.dint.mapping
Methods in com.orchestranetworks.addon.dint.mapping that return EBXTargetTableSpec Modifier and Type Method Description EBXTargetTableSpecEBXTargetTable. getSpec()Returns the EBX target table's specification.Methods in com.orchestranetworks.addon.dint.mapping with parameters of type EBXTargetTableSpec Modifier and Type Method Description static EBXTargetTableEBXTargetTable. newInstance(EBXTargetTableSpec spec)Creates a new instance.
-