Class ColumnTypeMapperHint
- java.lang.Object
-
- de.akquinet.jbosscc.guttenbase.hints.ColumnTypeMapperHint
-
- All Implemented Interfaces:
ConnectorHint<ColumnTypeMapper>
- Direct Known Subclasses:
DefaultColumnTypeMapperHint
public abstract class ColumnTypeMapperHint extends Object implements ConnectorHint<ColumnTypeMapper>
-
-
Constructor Summary
Constructors Constructor Description ColumnTypeMapperHint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<ColumnTypeMapper>
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<ColumnTypeMapper> getConnectorHintType()
- Specified by:
getConnectorHintType
in interfaceConnectorHint<ColumnTypeMapper>
-
-