All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.akquinet.jbosscc.guttenbase.hints.ColumnDataMapperProviderHint Maven / Gradle / Ivy

There is a newer version: 2.1.0
Show newest version
package de.akquinet.jbosscc.guttenbase.hints;

import de.akquinet.jbosscc.guttenbase.mapping.ColumnDataMapperProvider;
import de.akquinet.jbosscc.guttenbase.tools.CommonColumnTypeResolverTool;

/**
 * Used to find mappings for column data. E.g., when converting a number to a String or casting a LONG to a BIGINT.
 * 
 * 

* © 2012 akquinet tech@spree *

* * @Hint-Used-By {@link CommonColumnTypeResolverTool} to determine mapping between different column types * @Applicable-For-Target * @author M. Dahm */ public abstract class ColumnDataMapperProviderHint implements ConnectorHint { @Override public Class getConnectorHintType() { return ColumnDataMapperProvider.class; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy