| 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 |
CSVTargetTable
Represents the CSV target table in a
TableMapping. |
class |
EBXTargetTable
Represents the EBX target table in a
TableMapping. |
class |
ExcelTargetTable
Represents the Excel target 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.
|