Class TableMapperHint
- java.lang.Object
-
- de.akquinet.jbosscc.guttenbase.hints.TableMapperHint
-
- All Implemented Interfaces:
ConnectorHint<TableMapper>
- Direct Known Subclasses:
DefaultTableMapperHint
public abstract class TableMapperHint extends Object implements ConnectorHint<TableMapper>
Map tables between source and target© 2012-2034 akquinet tech@spree
Hint is used by
CheckEqualTableDataTool
to get according table Hint is used bySchemaComparatorTool
to get according table Hint is used byAbstractTableCopyTool
to get according table- Author:
- M. Dahm
-
-
Constructor Summary
Constructors Constructor Description TableMapperHint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<TableMapper>
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<TableMapper> getConnectorHintType()
- Specified by:
getConnectorHintType
in interfaceConnectorHint<TableMapper>
-
-