DefaultColumnDataMapperProviderHint |
Default implementation.
|
DefaultColumnMapperHint |
By default return column with same name ignoring case.
|
DefaultColumnOrderHint |
By default order by natural order of column names.
|
DefaultColumnTypeMapperHint |
By default use customized mapping since database column types are sometimes different.
|
DefaultColumnTypeResolverListHint |
|
DefaultDatabaseColumnFilterHint |
Default implementation will accept any column.
|
DefaultDatabaseTableFilterHint |
Default implementation will accept any table.
|
DefaultEntityTableCheckerHint |
By default we check if the given table has an primary key column named "ID".
|
DefaultExportDumpExtraInformationHint |
By default do nothing.
|
DefaultExporterFactoryHint |
|
DefaultImportDumpExtraInformationHint |
By default do nothing.
|
DefaultImporterFactoryHint |
|
DefaultMaxNumberOfDataItemsHint |
Default maximum is 30000.
|
DefaultNumberOfCheckedTableDataHint |
Default number of checked rows is 100.
|
DefaultNumberOfRowsPerBatchHint |
Default number of VALUES clauses is 2000.
|
DefaultRefreshTargetConnectionHint |
By default, the connection is never flushed.
|
DefaultRepositoryColumnFilterHint |
By default accept any column
|
DefaultRepositoryTableFilterHint |
Default implementation will accept any table.
|
DefaultResultSetParametersHint |
Default result set fetch size is 2000.
|
DefaultResultSetParametersHint.DefaultResultSetParameters |
|
DefaultScriptExecutorProgressIndicatorHint |
By default return logging implementation.
|
DefaultSelectWhereClauseHint |
Default is no WHERE clause.
|
DefaultSplitColumnHint |
Sometimes the amount of data exceeds buffers.
|
DefaultTableCopyProgressIndicatorHint |
By default return logging implementation.
|
DefaultTableMapperHint |
By default return table with same name ignoring case.
|
DefaultTableOrderHint |
By default order by natural order of table names.
|
DefaultTableRowCountFilterHint |
By default compute row count for all tables
|
DefaultTableRowDataFilterHint |
By default, accept all data
|
DefaultZipExporterClassResourcesHint |
By default use the ZipStartup class as the main class of the JAR.
|
DisableMultipleNumberOfRowsPerBatchHint |
Disable multiple value clause feature
|
HighPriorityTableOrderHint |
Order by natural order of table names with some high priority exceptions ranked first
|
SwingScriptExecutorProgressIndicatorHint |
Use UI to show progress.
|
SwingTableCopyProgressIndicatorHint |
Use UI to show progress.
|