See: Description
Interface | Description |
---|---|
FieldMatcher<SF extends Field,TF extends Field> |
Strategy to match source fields with target fields when mapping fields.
|
TableMappingModificationContext<ST extends SourceTable<?,?>,TT extends TargetTable<?,?>> |
Context to modify an existing
TableMapping . |
TableMappingModifier<ST extends SourceTable<?,?>,TT extends TargetTable<?,?>> |
Allows modification of an existing
TableMapping . |
Class | Description |
---|---|
CSVSourceTable |
Represents the CSV source table in a
TableMapping . |
CSVTargetTable |
Represents the CSV target table in a
TableMapping . |
EBXSourceTable |
Represents the EBX source table in a
TableMapping . |
EBXTargetTable |
Represents the EBX target table in a
TableMapping . |
ExcelSourceTable |
Represents the Excel source table in a
TableMapping . |
ExcelTargetTable |
Represents the Excel target table in a
TableMapping . |
MappingSpec |
Global mapping specification.
|
SourceTable<T extends Table<F>,F extends Field> |
Represents a source table in a
TableMapping . |
SQLSourceTable |
Represents the SQL source table in a
TableMapping . |
SQLTargetTable |
Represents the SQL target table in a
TableMapping . |
TableMapping<SF extends Field,TF extends Field> |
Mapping between a
SourceTable and a TargetTable . |
TableMappingSelector<ST extends SourceTable<?,?>,TT extends TargetTable<?,?>> |
Selects an exact
TableMapping in a MappingSpec . |
TargetTable<T extends Table<F>,F extends Field> |
Represents a target table in a
TableMapping . |
Provides classes and interfaces for creating a mapping specification between source and target tables.
The main class of this package is MappingSpec. It represents a mapping specification.