Uses of Interface
de.akquinet.jbosscc.guttenbase.hints.ConnectorHint
-
-
Uses of ConnectorHint in de.akquinet.jbosscc.guttenbase.hints
Classes in de.akquinet.jbosscc.guttenbase.hints that implement ConnectorHint Modifier and Type Class Description classColumnDataMapperProviderHintUsed to find mappings for column data.classColumnMapperHintSelect target column(s) for given source column.classColumnOrderHintDetermine order of columns in SELECT statement.classColumnTypeMapperHintclassColumnTypeResolverListHintDetermine strategies to use for mapping different column types.classDatabaseColumnFilterHintRegard which columns when @seeDatabaseMetaDataInspectorToolis inquiring the database for columns?classDatabaseTableFilterHintRegard which tables whenDatabaseMetaDataInspectorToolis looking for tables in the given data base.classEntityTableCheckerHintCheck if the given table is a "main" table in the sense that it represents an entity.classExportDumpExtraInformationHintWhen exporting to e JAR/ZIP file we give the user a possibility to add extra informations to the dumped data.classExporterFactoryHintCreate @seeExporterfor dumping database using @seeExportDumpConnector.classImportDumpExtraInformationHintWhen exporting to JAR/ZIP file we give the user a possibility to retrieve extra informations from the dumped data.classImporterFactoryHintCreate @seeImporterfor reading dumped database using @seeImportDumpConnector.classMaxNumberOfDataItemsHintHow many data items may an INSERT statement have.classNumberOfCheckedTableDataHintHow many rows of the copied tables shall be regarded when checking that data has been transferred correctly with theCheckEqualTableDataTooltool.classNumberOfRowsPerBatchHintHow many rows will be inserted in single transaction?classRefreshTargetConnectionHintSome JDBC drivers seem to accumulate data over time, even after a connection is commited() and all statements, result sets, etc. are closed.classRepositoryColumnFilterHintThis filter is applied when @seeConnectorRepository.getDatabaseMetaData(String)is called.classRepositoryTableFilterHintThis filter is applied when @seeConnectorRepository.getDatabaseMetaData(String)is called.classResultSetParametersHintSet fetch size, result set type and concurrency tye for result set,classScriptExecutorProgressIndicatorHintSelect implementation of progress indicator.classSelectWhereClauseHintOptionally configure the SELECT statement created to read data from source tables with a WHERE clause.classSplitColumnHintSometimes the amount of data exceeds buffers.classTableCopyProgressIndicatorHintSelect implementation of progress indicator.classTableMapperHintMap tables between source and targetclassTableOrderHintDetermine order of tables during copying/comparison.classTableRowCountFilterHintSome tables are really big and computing the row count may take too long for the data base.classTableRowDataFilterHintFilter rows by inspection of dataclassZipExporterClassResourcesHintWhen exporting to e JAR/ZIP file we allow to add custom classes and resources to the resulting JAR. -
Uses of ConnectorHint in de.akquinet.jbosscc.guttenbase.hints.impl
Classes in de.akquinet.jbosscc.guttenbase.hints.impl that implement ConnectorHint Modifier and Type Class Description classDefaultColumnDataMapperProviderHintDefault implementation.classDefaultColumnMapperHintBy default return column with same name ignoring case.classDefaultColumnOrderHintBy default order by natural order of column names.classDefaultColumnTypeMapperHintBy default use customized mapping since database column types are sometimes different.classDefaultColumnTypeResolverListHintDefault implementation triesHeuristicColumnTypeResolverfirst, thenClassNameColumnTypeResolver.classDefaultDatabaseColumnFilterHintDefault implementation will accept any column.classDefaultDatabaseTableFilterHintDefault implementation will accept any table.classDefaultEntityTableCheckerHintBy default we check if the given table has an primary key column named "ID".classDefaultExportDumpExtraInformationHintBy default do nothing.classDefaultExporterFactoryHintDefault implementation usesZipExporter.classDefaultImportDumpExtraInformationHintBy default do nothing.classDefaultImporterFactoryHintDefault implementation usesZipImporter.classDefaultMaxNumberOfDataItemsHintDefault maximum is 30000.classDefaultNumberOfCheckedTableDataHintDefault number of checked rows is 100.classDefaultNumberOfRowsPerBatchHintDefault number of VALUES clauses is 2000.classDefaultRefreshTargetConnectionHintBy default, the connection is never flushed.classDefaultRepositoryColumnFilterHintBy default accept any columnclassDefaultRepositoryTableFilterHintDefault implementation will accept any table.classDefaultResultSetParametersHintDefault result set fetch size is 2000.classDefaultScriptExecutorProgressIndicatorHintBy default return logging implementation.classDefaultSelectWhereClauseHintDefault is no WHERE clause.classDefaultSplitColumnHintSometimes the amount of data exceeds buffers.classDefaultTableCopyProgressIndicatorHintBy default return logging implementation.classDefaultTableMapperHintBy default return table with same name ignoring case.classDefaultTableOrderHintBy default order by natural order of table names.classDefaultTableRowCountFilterHintBy default compute row count for all tablesclassDefaultTableRowDataFilterHintBy default, accept all dataclassDefaultZipExporterClassResourcesHintBy default use theZipStartupclass as the main class of the JAR.classDisableMultipleNumberOfRowsPerBatchHintDisable multiple value clause featureclassHighPriorityTableOrderHintOrder by natural order of table names with some high priority exceptions ranked firstclassSwingScriptExecutorProgressIndicatorHintUse UI to show progress.classSwingTableCopyProgressIndicatorHintUse UI to show progress. -
Uses of ConnectorHint in de.akquinet.jbosscc.guttenbase.repository
Methods in de.akquinet.jbosscc.guttenbase.repository that return ConnectorHint Modifier and Type Method Description <T> ConnectorHint<T>ConnectorRepository. getConnectorHint(String connectorId, Class<T> connectorHintType)Get configuration hint for connector.Methods in de.akquinet.jbosscc.guttenbase.repository with parameters of type ConnectorHint Modifier and Type Method Description <T> voidConnectorRepository. addConnectorHint(String connectorId, ConnectorHint<T> hint)Add configuration hint for connector. -
Uses of ConnectorHint in de.akquinet.jbosscc.guttenbase.repository.impl
Methods in de.akquinet.jbosscc.guttenbase.repository.impl that return ConnectorHint Modifier and Type Method Description <T> ConnectorHint<T>ConnectorRepositoryImpl. getConnectorHint(String connectorId, Class<T> connectionInfoHintType)Get configuration hint for connector.Methods in de.akquinet.jbosscc.guttenbase.repository.impl with parameters of type ConnectorHint Modifier and Type Method Description <T> voidConnectorRepositoryImpl. addConnectorHint(String connectorId, ConnectorHint<T> hint)Add configuration hint for connector.
-