Class ColumnMapperHint
- java.lang.Object
-
- de.akquinet.jbosscc.guttenbase.hints.ColumnMapperHint
-
- All Implemented Interfaces:
ConnectorHint<ColumnMapper>
- Direct Known Subclasses:
DefaultColumnMapperHint
public abstract class ColumnMapperHint extends Object implements ConnectorHint<ColumnMapper>
Select target column(s) for given source column. Usually, there will a 1:1 relationship. However, there may be situations where you want to duplicate or transform data into multiple columns.Alternatively the list may also be empty.
© 2012-2034 akquinet tech@spree
Hint is used by
CheckEqualTableDataTool
to map columns Hint is used bySchemaComparatorTool
to map columns Hint is used byAbstractTableCopyTool
to map columns Hint is used byAbstractStatementCreator
to map columns- Author:
- M. Dahm
-
-
Constructor Summary
Constructors Constructor Description ColumnMapperHint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<ColumnMapper>
getConnectorHintType()
-
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<ColumnMapper> getConnectorHintType()
- Specified by:
getConnectorHintType
in interfaceConnectorHint<ColumnMapper>
-
-