Class ColumnOrderHint
- java.lang.Object
-
- de.akquinet.jbosscc.guttenbase.hints.ColumnOrderHint
-
- All Implemented Interfaces:
ConnectorHint<ColumnOrderComparatorFactory>
- Direct Known Subclasses:
DefaultColumnOrderHint
public abstract class ColumnOrderHint extends Object implements ConnectorHint<ColumnOrderComparatorFactory>
Determine order of columns in SELECT statement. This will of course also influence the ordering of the resulting INSERT statement.© 2012-2034 akquinet tech@spree
Hint is used by
AbstractStatementCreator
to determine column order Hint is used byInsertStatementFiller
to determine column order Hint is used byCheckEqualTableDataTool
to determine column order- Author:
- M. Dahm
-
-
Constructor Summary
Constructors Constructor Description ColumnOrderHint()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<ColumnOrderComparatorFactory>
getConnectorHintType()
static List<ColumnMetaData>
getSortedColumns(ConnectorRepository connectorRepository, String connectorId, TableMetaData tableMetaData)
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<ColumnOrderComparatorFactory> getConnectorHintType()
- Specified by:
getConnectorHintType
in interfaceConnectorHint<ColumnOrderComparatorFactory>
-
getSortedColumns
public static List<ColumnMetaData> getSortedColumns(ConnectorRepository connectorRepository, String connectorId, TableMetaData tableMetaData)
Helper method
-
-