org.eclipse.emf.cdo.server.db.mapping
Class ColumnTypeModifier

java.lang.Object
  extended by org.eclipse.emf.cdo.server.db.mapping.ColumnTypeModifier

public abstract class ColumnTypeModifier
extends Object

Can modify the column type of a type mapping that is created by the type mapping registry.

Since:
4.2

Nested Class Summary
static class ColumnTypeModifier.Factory
          Creates ColumnTypeModifier instances.
 
Field Summary
static ColumnTypeModifier NOOP
           
 
Constructor Summary
ColumnTypeModifier()
           
 
Method Summary
abstract  DBType modify(ITypeMapping.Provider provider, IMappingStrategy mappingStrategy, EStructuralFeature feature, DBType dbType)
          Can modify the column type of a type mapping that is created by the type mapping registry.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NOOP

public static final ColumnTypeModifier NOOP
Constructor Detail

ColumnTypeModifier

public ColumnTypeModifier()
Method Detail

modify

public abstract DBType modify(ITypeMapping.Provider provider,
                              IMappingStrategy mappingStrategy,
                              EStructuralFeature feature,
                              DBType dbType)
Can modify the column type of a type mapping that is created by the type mapping registry.



Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.