Uses of Class
com.orchestranetworks.addon.dex.common.generation.TableHelperSpec
-
Packages that use TableHelperSpec Package Description com.orchestranetworks.addon.dex.common.generation Classes and interfaces used to generate tables, fields and mappings for the XML and SQL import, export and transfer data services. -
-
Uses of TableHelperSpec in com.orchestranetworks.addon.dex.common.generation
Classes in com.orchestranetworks.addon.dex.common.generation with type parameters of type TableHelperSpec Modifier and Type Interface Description interfaceTableHelper<F extends Field,T extends Table<F>,S extends TableHelperSpec>Provides the methods to get theTabledeclared in the EBX Data Exchange Add-on dataset.Subclasses of TableHelperSpec in com.orchestranetworks.addon.dex.common.generation Modifier and Type Class Description classCSVTableHelperSpecSpecifies the configuration used to get theCSVTabledeclared in the EBX Data Exchange Add-on dataset.classEBXTableHelperSpecSpecifies the configuration used to get theEBXTabledeclared in the EBX Data Exchange Add-on dataset.classSpreadsheetTableHelperSpecSpecifies the configuration used to get theSpreadsheetTabledeclared in the EBX Data Exchange Add-on dataset.classSQLTableHelperSpecSpecifies the configuration used to get theSQLTabledeclared in the EBX Data Exchange Add-on dataset.classXMLTableHelperSpecSpecifies the configuration used to get theXMLTabledeclared in the EBX Data Exchange Add-on dataset.
-