| ColumnDataMapper |
Map data contained in a column to some other type.
|
| ColumnDataMapperProvider |
Used to find mappings for column data.
|
| ColumnMapper |
Select target column(s) for given source column.
|
| ColumnOrderComparatorFactory |
Determine order of columns in SELECT/INSERT statement.
|
| ColumnTypeMapper |
Often data types of columns are not compatible: Allow user to define specific mappings.
|
| ColumnTypeResolver |
Map column types to Java types.
|
| ColumnTypeResolverList |
Determine list of used column type resolvers.
|
| TableMapper |
Select target table for given source table.
|
| TableOrderComparatorFactory |
Determine order of tables during copying/comparison.
|
| TableRowDataFilter |
Filter rows by inspection of data
|