Uses of Class
com.orchestranetworks.addon.dint.dataconnector.spec.EBXSourceTableSpec
-
Packages that use EBXSourceTableSpec 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 EBXSourceTableSpec in com.orchestranetworks.addon.dint.dataconnector.spec
Methods in com.orchestranetworks.addon.dint.dataconnector.spec that return EBXSourceTableSpec Modifier and Type Method Description EBXSourceTableSpecEBXSourceTableSpec.EBXSourceTableSpecBuilder. build()Builds anEBXSourceTableSpecinstance. -
Uses of EBXSourceTableSpec in com.orchestranetworks.addon.dint.mapping
Methods in com.orchestranetworks.addon.dint.mapping that return EBXSourceTableSpec Modifier and Type Method Description EBXSourceTableSpecEBXSourceTable. getSpec()Returns the EBX source table's specification.Methods in com.orchestranetworks.addon.dint.mapping with parameters of type EBXSourceTableSpec Modifier and Type Method Description static EBXSourceTableEBXSourceTable. newInstance(EBXSourceTableSpec spec)Creates a new instance.
-