| Package | Description |
|---|---|
| com.orchestranetworks.addon.dint.mapping |
Provides classes and interfaces for creating a mapping specification between source and target tables.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CSVSourceTable
Represents the CSV source table in a
TableMapping. |
class |
EBXSourceTable
Represents the EBX source table in a
TableMapping. |
class |
ExcelSourceTable
Represents the Excel source table in a
TableMapping. |
| Modifier and Type | Method and Description |
|---|---|
static <ST extends Table<SF>,SF extends Field,TT extends Table<TF>,TF extends Field> |
TableMapping.of(SourceTable<ST,SF> source,
TargetTable<TT,TF>... targets)
Creates a new instance from a source table and one or many target tables.
|