Class ColumnTypeModifier
- java.lang.Object
- 
- org.eclipse.emf.cdo.server.db.mapping.ColumnTypeModifier
 
- 
 public abstract class ColumnTypeModifier extends java.lang.ObjectCan modify the column type of atype mappingthat is created by thetype mapping registry.- Since:
- 4.2
- Author:
- Eike Stepper
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classColumnTypeModifier.FactoryCreatesColumnTypeModifierinstances.
 - 
Field SummaryFields Modifier and Type Field Description static ColumnTypeModifierNOOP
 - 
Constructor SummaryConstructors Constructor Description ColumnTypeModifier()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract org.eclipse.net4j.db.DBTypemodify(ITypeMapping.Provider provider, IMappingStrategy mappingStrategy, org.eclipse.emf.ecore.EStructuralFeature feature, org.eclipse.net4j.db.DBType dbType)Can modify the column type of atype mappingthat is created by thetype mapping registry.
 
- 
- 
- 
Field Detail- 
NOOPpublic static final ColumnTypeModifier NOOP 
 
- 
 - 
Method Detail- 
modifypublic abstract org.eclipse.net4j.db.DBType modify(ITypeMapping.Provider provider, IMappingStrategy mappingStrategy, org.eclipse.emf.ecore.EStructuralFeature feature, org.eclipse.net4j.db.DBType dbType) Can modify the column type of atype mappingthat is created by thetype mapping registry.
 
- 
 
-