Class ColumnDataMapperProviderHint
- java.lang.Object
-
- de.akquinet.jbosscc.guttenbase.hints.ColumnDataMapperProviderHint
-
- All Implemented Interfaces:
ConnectorHint<ColumnDataMapperProvider>
- Direct Known Subclasses:
DefaultColumnDataMapperProviderHint
public abstract class ColumnDataMapperProviderHint extends Object implements ConnectorHint<ColumnDataMapperProvider>
Used to find mappings for column data. E.g., when converting a number to a String or casting a LONG to a BIGINT.© 2012-2034 akquinet tech@spree
Hint is used by
CommonColumnTypeResolverTool
to determine mapping between different column types- Author:
- M. Dahm
-
-
Constructor Summary
Constructors Constructor Description ColumnDataMapperProviderHint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<ColumnDataMapperProvider>
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<ColumnDataMapperProvider> getConnectorHintType()
- Specified by:
getConnectorHintType
in interfaceConnectorHint<ColumnDataMapperProvider>
-
-