From 81c9909e5f313b35d474204625be12e9ccf74c1f Mon Sep 17 00:00:00 2001 From: Eike Stepper Date: Wed, 29 May 2013 14:20:02 +0200 Subject: Generate docs --- .../cdo/server/db/mapping/AbstractTypeMapping.html | 132 +++++---- .../db/mapping/AbstractTypeMappingFactory.html | 4 +- .../db/mapping/ColumnTypeModifier.Factory.html | 318 ++++++++++++++++++++ .../db/mapping/ColumnTypeModifier.Factory.png | Bin 0 -> 1948 bytes .../cdo/server/db/mapping/ColumnTypeModifier.html | 329 +++++++++++++++++++++ .../cdo/server/db/mapping/ColumnTypeModifier.png | Bin 0 -> 610 bytes .../emf/cdo/server/db/mapping/IClassMapping.html | 4 +- .../cdo/server/db/mapping/IMappingStrategy.html | 22 ++ .../class-use/ColumnTypeModifier.Factory.html | 143 +++++++++ .../db/mapping/class-use/ColumnTypeModifier.html | 195 ++++++++++++ .../db/mapping/class-use/IMappingStrategy.html | 11 + .../mapping/class-use/ITypeMapping.Provider.html | 19 ++ .../emf/cdo/server/db/mapping/package-frame.html | 6 +- .../emf/cdo/server/db/mapping/package-summary.html | 42 ++- .../emf/cdo/server/db/mapping/package-summary.png | Bin 15476 -> 17400 bytes .../emf/cdo/server/db/mapping/package-use.html | 6 + 16 files changed, 1155 insertions(+), 76 deletions(-) create mode 100644 plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/ColumnTypeModifier.Factory.html create mode 100644 plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/ColumnTypeModifier.Factory.png create mode 100644 plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/ColumnTypeModifier.html create mode 100644 plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/ColumnTypeModifier.png create mode 100644 plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/class-use/ColumnTypeModifier.Factory.html create mode 100644 plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/class-use/ColumnTypeModifier.html (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db') diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/AbstractTypeMapping.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/AbstractTypeMapping.html index d856cc1fa9..6a177facba 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/AbstractTypeMapping.html +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/AbstractTypeMapping.html @@ -358,6 +358,14 @@ This is a default implementation for the IDBPreparedStatement using an appropriate setXxx method. + + + String +toString() + +
+            +   @@ -365,7 +373,7 @@ This is a default implementation for the Methods inherited from class java.lang.Object - +
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  @@ -400,6 +408,20 @@ public AbstractTypeMapping() +

+getMappingStrategy

+
+public final IMappingStrategy getMappingStrategy()
+
+
+
+
+
+
+
+
+
+

setMappingStrategy

@@ -414,16 +436,17 @@ public final void setMappingStrategy(

-getMappingStrategy

+

+getFeature

-public final IMappingStrategy getMappingStrategy()
+public final EStructuralFeature getFeature()
-
+
Specified by:
getFeature in interface ITypeMapping
-
+ +
Returns:
The feature which is associated with this mapping.

@@ -442,17 +465,31 @@ public final void setFeature(

-getFeature

+

+setDBType

-public final EStructuralFeature getFeature()
+public final void setDBType(DBType dbType)
-
Specified by:
getFeature in interface ITypeMapping
+
Specified by:
setDBType in interface ITypeMapping
+
+
+ +
-
Returns:
The feature which is associated with this mapping. +

+getDBType

+
+public DBType getDBType()
+
+
+
Specified by:
getDBType in interface ITypeMapping
+
+
+ +
Returns:
The db type which is associated with this mapping.

@@ -560,35 +597,35 @@ public final void createDBField(

-setDBField

+

+getField

-public final void setDBField(IDBTable table,
-                             String fieldName)
+public final IDBField getField()
-
Description copied from interface: ITypeMapping
-
Sets the DBField. The name of the DBField is explicitly determined by the corresponding parameter. -

-
Specified by:
setDBField in interface ITypeMapping
+
Specified by:
getField in interface ITypeMapping
-
Parameters:
table - the table to add this field to.
fieldName - the name for the DBField.
+ +
Returns:
The db field which is associated with this mapping.

-

-getField

+

+setDBField

-public final IDBField getField()
+public final void setDBField(IDBTable table, + String fieldName)
+
Description copied from interface: ITypeMapping
+
Sets the DBField. The name of the DBField is explicitly determined by the corresponding parameter. +

-
Specified by:
getField in interface ITypeMapping
+
Specified by:
setDBField in interface ITypeMapping
- -
Returns:
The db field which is associated with this mapping.
+
Parameters:
table - the table to add this field to.
fieldName - the name for the DBField.

@@ -638,6 +675,20 @@ public final

+toString

+
+public String toString()
+
+
+
Overrides:
toString in class Object
+
+
+
+
+
+
+

getDefaultValue

@@ -706,35 +757,6 @@ protected int getSqlType()

-

-setDBType

-
-public final void setDBType(DBType dbType)
-
-
-
Specified by:
setDBType in interface ITypeMapping
-
-
-
-
-
-
- -

-getDBType

-
-public DBType getDBType()
-
-
-
Specified by:
getDBType in interface ITypeMapping
-
-
- -
Returns:
The db type which is associated with this mapping.
-
-
-
-

getDBLength

diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/AbstractTypeMappingFactory.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/AbstractTypeMappingFactory.html
index b45463fd94..72eb70f27d 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/AbstractTypeMappingFactory.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/AbstractTypeMappingFactory.html
@@ -56,7 +56,7 @@ function windowTitle()
 
 
  PREV CLASS 
- NEXT CLASSNEXT CLASS
 
   FRAMES   
  NO FRAMES   
@@ -310,7 +310,7 @@ public final 
  PREV CLASS 
- NEXT CLASSNEXT CLASS
 
   FRAMES   
  NO FRAMES   
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/ColumnTypeModifier.Factory.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/ColumnTypeModifier.Factory.html
new file mode 100644
index 0000000000..b8b876c9c4
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/ColumnTypeModifier.Factory.html
@@ -0,0 +1,318 @@
+
+
+
+
+
+
+ColumnTypeModifier.Factory (CDO Model Repository Documentation)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

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

+
+java.lang.Object
+  extended by org.eclipse.net4j.util.factory.Factory
+      extended by org.eclipse.emf.cdo.server.db.mapping.ColumnTypeModifier.Factory
+
+
+
All Implemented Interfaces:
IFactory
+
+
+
Enclosing class:
ColumnTypeModifier
+
+
+
+
public abstract static class ColumnTypeModifier.Factory +
extends Factory +
+ + + + + + +
+ + + +

+


+ +

+ + + + + + + + + + + +
+Field Summary
+static StringPRODUCT_GROUP + +
+          The Net4j factory product group for column type modifiers.
+  + + + + + + + + + + +
+Constructor Summary
ColumnTypeModifier.Factory(String type) + +
+           
+  + + + + + + + + + + + +
+Method Summary
+abstract  ColumnTypeModifiercreate(String description) + +
+           
+ + + + + + + +
Methods inherited from class org.eclipse.net4j.util.factory.Factory
getDescriptionFor, getKey, getProductGroup, getType, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+PRODUCT_GROUP

+
+public static final String PRODUCT_GROUP
+
+
The Net4j factory product group for column type modifiers. +

+

+
See Also:
Constant Field Values
+
+ + + + + + + + +
+Constructor Detail
+ +

+ColumnTypeModifier.Factory

+
+public ColumnTypeModifier.Factory(String type)
+
+
+ + + + + + + + +
+Method Detail
+ +

+create

+
+public abstract ColumnTypeModifier create(String description)
+                                   throws ProductCreationException
+
+
+ +
Throws: +
ProductCreationException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others. + + diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/ColumnTypeModifier.Factory.png b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/ColumnTypeModifier.Factory.png new file mode 100644 index 0000000000..74787a35d2 Binary files /dev/null and b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/ColumnTypeModifier.Factory.png differ diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/ColumnTypeModifier.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/ColumnTypeModifier.html new file mode 100644 index 0000000000..dea3ae920f --- /dev/null +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/ColumnTypeModifier.html @@ -0,0 +1,329 @@ + + + + + + +ColumnTypeModifier (CDO Model Repository Documentation) + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +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 classColumnTypeModifier.Factory + +
+           
+ + + + + + + + + + +
+Field Summary
+static ColumnTypeModifierNOOP + +
+           
+  + + + + + + + + + + +
+Constructor Summary
ColumnTypeModifier() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+abstract  DBTypemodify(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. + + diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/ColumnTypeModifier.png b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/ColumnTypeModifier.png new file mode 100644 index 0000000000..a18fcbc1f0 Binary files /dev/null and b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/ColumnTypeModifier.png differ diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/IClassMapping.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/IClassMapping.html index ff54567bd5..5a123ba71c 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/IClassMapping.html +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/IClassMapping.html @@ -55,7 +55,7 @@ function windowTitle() PREV CLASS  + PREV CLASS   NEXT CLASS FRAMES   @@ -528,7 +528,7 @@ boolean queryXRefs(PREV CLASS  + PREV CLASS   NEXT CLASS FRAMES   diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/IMappingStrategy.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/IMappingStrategy.html index 810ae1d96d..f91754dc16 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/IMappingStrategy.html +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/IMappingStrategy.html @@ -133,6 +133,14 @@ The mapping strategy acts as a connection between the DBStore and the database m static String +PROP_COLUMN_TYPE_MODIFIER + +
+          Name of a String property that specifies the name of a column type modifier. + + + +static String PROP_FORCE_NAMES_WITH_ID
@@ -532,6 +540,20 @@ static final Constant Field Values +
+ +

+PROP_COLUMN_TYPE_MODIFIER

+
+static final String PROP_COLUMN_TYPE_MODIFIER
+
+
Name of a String property that specifies the name of a column type modifier. +

+

+
Since:
+
4.2
+
See Also:
Constant Field Values
+
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/class-use/ColumnTypeModifier.Factory.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/class-use/ColumnTypeModifier.Factory.html new file mode 100644 index 0000000000..24a946589c --- /dev/null +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/class-use/ColumnTypeModifier.Factory.html @@ -0,0 +1,143 @@ + + + + + + +Uses of Class org.eclipse.emf.cdo.server.db.mapping.ColumnTypeModifier.Factory (CDO Model Repository Documentation) + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
org.eclipse.emf.cdo.server.db.mapping.ColumnTypeModifier.Factory

+
+No usage of org.eclipse.emf.cdo.server.db.mapping.ColumnTypeModifier.Factory +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others. + + diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/class-use/ColumnTypeModifier.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/class-use/ColumnTypeModifier.html new file mode 100644 index 0000000000..5ff89b75cf --- /dev/null +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/class-use/ColumnTypeModifier.html @@ -0,0 +1,195 @@ + + + + + + +Uses of Class org.eclipse.emf.cdo.server.db.mapping.ColumnTypeModifier (CDO Model Repository Documentation) + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
org.eclipse.emf.cdo.server.db.mapping.ColumnTypeModifier

+
+ + + + + + + + + +
+Packages that use ColumnTypeModifier
org.eclipse.emf.cdo.server.db.mappingServer concepts for dealing with mapping strategies and mappings for classes, lists and types. 
+  +

+ + + + + +
+Uses of ColumnTypeModifier in org.eclipse.emf.cdo.server.db.mapping
+  +

+ + + + + + + + + +
Fields in org.eclipse.emf.cdo.server.db.mapping declared as ColumnTypeModifier
+static ColumnTypeModifierColumnTypeModifier.NOOP + +
+           
+  +

+ + + + + + + + + +
Methods in org.eclipse.emf.cdo.server.db.mapping that return ColumnTypeModifier
+abstract  ColumnTypeModifierColumnTypeModifier.Factory.create(String description) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others. + + diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/class-use/IMappingStrategy.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/class-use/IMappingStrategy.html index c2e4c41bd6..534da59f63 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/class-use/IMappingStrategy.html +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/class-use/IMappingStrategy.html @@ -239,6 +239,17 @@ Uses of +abstract  DBType +ColumnTypeModifier.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. + + +  void AbstractTypeMapping.setMappingStrategy(IMappingStrategy mappingStrategy) diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/class-use/ITypeMapping.Provider.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/class-use/ITypeMapping.Provider.html index f5dd9f13e1..8c724ee7b5 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/class-use/ITypeMapping.Provider.html +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/class-use/ITypeMapping.Provider.html @@ -121,6 +121,25 @@ Uses of + +Methods in org.eclipse.emf.cdo.server.db.mapping with parameters of type ITypeMapping.Provider
+ + + +abstract  DBType +ColumnTypeModifier.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. + + +  +


diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/package-frame.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/package-frame.html index c72164b05f..9d0cf83efa 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/package-frame.html +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/package-frame.html @@ -59,7 +59,11 @@ Classes
 
AbstractTypeMapping
-AbstractTypeMappingFactory
+AbstractTypeMappingFactory +
+ColumnTypeModifier +
+ColumnTypeModifier.Factory diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/package-summary.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/package-summary.html index 555ea58cc1..af0e652573 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/package-summary.html +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/package-summary.html @@ -88,22 +88,24 @@ Server concepts for dealing with mapping strategies and mappings for classes, li

- - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + +

@@ -181,6 +183,14 @@ Server concepts for dealing with mapping strategies and mappings for classes, li AbstractTypeMappingFactory Abstract implementation for ITypeMapping.Factory. + +ColumnTypeModifier +Can modify the column type of a type mapping that is created by the type mapping registry. + + +ColumnTypeModifier.Factory +  +   diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/package-summary.png b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/package-summary.png index 3e8737d380..8eb9adc888 100644 Binary files a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/package-summary.png and b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/package-summary.png differ diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/package-use.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/package-use.html index 2578f5391f..ddabfd505d 100644 --- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/package-use.html +++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/server/db/mapping/package-use.html @@ -128,6 +128,12 @@ Classes in org.eclipse.emf.cdo.server.db.mapping used by 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. + + IClassMapping
-- cgit v1.2.3