Class ColumnTypeModifier
java.lang.Object
org.eclipse.emf.cdo.server.db.mapping.ColumnTypeModifier
Can modify the column type of a
type mapping
that is created by the type mapping registry
.- Since:
- 4.2
- Author:
- Eike Stepper
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract org.eclipse.net4j.db.DBType
modify
(ITypeMapping.Provider provider, IMappingStrategy mappingStrategy, EStructuralFeature feature, org.eclipse.net4j.db.DBType dbType) Can modify the column type of atype mapping
that is created by thetype mapping registry
.
-
Field Details
-
NOOP
-
-
Constructor Details
-
ColumnTypeModifier
public ColumnTypeModifier()
-
-
Method Details
-
modify
public abstract org.eclipse.net4j.db.DBType modify(ITypeMapping.Provider provider, IMappingStrategy mappingStrategy, EStructuralFeature feature, org.eclipse.net4j.db.DBType dbType) Can modify the column type of atype mapping
that is created by thetype mapping registry
.
-