
public abstract class ColumnTypeModifier extends Object
type mapping that is created by the type mapping registry.| Modifier and Type | Class and Description |
|---|---|
static class |
ColumnTypeModifier.Factory
Creates
ColumnTypeModifier instances. |
| Modifier and Type | Field and Description |
|---|---|
static ColumnTypeModifier |
NOOP |
| Constructor and Description |
|---|
ColumnTypeModifier() |
| Modifier and Type | Method and Description |
|---|---|
abstract DBType |
modify(ITypeMapping.Provider provider,
IMappingStrategy mappingStrategy,
org.eclipse.emf.ecore.EStructuralFeature feature,
DBType dbType)
Can modify the column type of a
type mapping that is created by the type mapping registry. |
public static final ColumnTypeModifier NOOP
public abstract DBType modify(ITypeMapping.Provider provider, IMappingStrategy mappingStrategy, org.eclipse.emf.ecore.EStructuralFeature feature, DBType dbType)
type mapping that is created by the type mapping registry.Copyright (c) 2011-2014 Eike Stepper (Berlin, Germany) and others.