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

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

The 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-2034 akquinet tech@spree *

*

* Hint is used by {@link CommonColumnTypeResolverTool} to determine mapping between different column types * * @author M. Dahm */ public abstract class ColumnDataMapperProviderHint implements ConnectorHint { @Override public Class getConnectorHintType() { return ColumnDataMapperProvider.class; } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy