| ColumnDataMapperProviderHint |
Used to find mappings for column data.
|
| ColumnMapperHint |
Select target column(s) for given source column.
|
| ColumnOrderHint |
Determine order of columns in SELECT statement.
|
| ColumnTypeMapperHint |
|
| ColumnTypeResolverListHint |
Determine strategies to use for mapping different column types.
|
| DatabaseColumnFilterHint |
|
| DatabaseTableFilterHint |
|
| EntityTableCheckerHint |
Check if the given table is a "main" table in the sense that it represents an entity.
|
| ExportDumpExtraInformationHint |
When exporting to e JAR/ZIP file we give the user a possibility to add extra informations to the dumped data.
|
| ExporterFactoryHint |
|
| ImportDumpExtraInformationHint |
When exporting to JAR/ZIP file we give the user a possibility to retrieve extra informations from the dumped data.
|
| ImporterFactoryHint |
|
| MaxNumberOfDataItemsHint |
How many data items may an INSERT statement have.
|
| NumberOfCheckedTableDataHint |
How many rows of the copied tables shall be regarded when checking that data has been transferred correctly with the
CheckEqualTableDataTool tool.
|
| NumberOfRowsPerBatchHint |
How many rows will be inserted in single transaction?
|
| RefreshTargetConnectionHint |
Some JDBC drivers seem to accumulate data over time, even after a connection is commited() and all statements, result sets, etc. are closed.
|
| RepositoryColumnFilterHint |
|
| RepositoryTableFilterHint |
|
| ResultSetParametersHint |
Set fetch size, result set type and concurrency tye for result set,
|
| ScriptExecutorProgressIndicatorHint |
Select implementation of progress indicator.
|
| SelectWhereClauseHint |
Optionally configure the SELECT statement created to read data from source tables with a WHERE clause.
|
| SplitColumnHint |
Sometimes the amount of data exceeds buffers.
|
| TableCopyProgressIndicatorHint |
Select implementation of progress indicator.
|
| TableMapperHint |
Map tables between source and target
|
| TableOrderHint |
Determine order of tables during copying/comparison.
|
| TableRowCountFilterHint |
Some tables are really big and computing the row count may take too long for the data base.
|
| TableRowDataFilterHint |
Filter rows by inspection of data
|
| ZipExporterClassResourcesHint |
When exporting to e JAR/ZIP file we allow to add custom classes and resources to the resulting JAR.
|