Class TableOrderHint
- java.lang.Object
-
- de.akquinet.jbosscc.guttenbase.hints.TableOrderHint
-
- All Implemented Interfaces:
ConnectorHint<TableOrderComparatorFactory>
- Direct Known Subclasses:
DefaultTableOrderHint
public abstract class TableOrderHint extends Object implements ConnectorHint<TableOrderComparatorFactory>
Determine order of tables during copying/comparison.© 2012-2034 akquinet tech@spree
Hint is used by
SchemaComparatorTool
to determine table order Hint is used byAbstractTableCopyTool
to determine table order Hint is used byCheckEqualTableDataTool
to determine table order- Author:
- M. Dahm
-
-
Constructor Summary
Constructors Constructor Description TableOrderHint()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<TableOrderComparatorFactory>
getConnectorHintType()
static List<TableMetaData>
getSortedTables(ConnectorRepository connectorRepository, String connectorId)
Helper method-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.akquinet.jbosscc.guttenbase.hints.ConnectorHint
getValue
-
-
-
-
Method Detail
-
getConnectorHintType
public Class<TableOrderComparatorFactory> getConnectorHintType()
- Specified by:
getConnectorHintType
in interfaceConnectorHint<TableOrderComparatorFactory>
-
getSortedTables
public static List<TableMetaData> getSortedTables(ConnectorRepository connectorRepository, String connectorId)
Helper method
-
-