Interface ITypeMapping.Registry
- Enclosing interface:
- ITypeMapping
public static interface ITypeMapping.Registry
A global (singleton) registry which collects all available type mappings which are either available in the CDO
core, as declared extensions, or registered manually.
- Since:
- 4.0
- Author:
- Stefan Winkler
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ITypeMapping.Registry
The one global (singleton) registry instance. -
Method Summary
Modifier and TypeMethodDescriptionCollection<org.eclipse.net4j.db.DBType>
Deprecated.void
registerTypeMapping
(ITypeMapping.Descriptor descriptor) Register a type mapping by descriptor.
-
Field Details
-
INSTANCE
The one global (singleton) registry instance.
-
-
Method Details
-
registerTypeMapping
Register a type mapping by descriptor. -
getDefaultFeatureMapDBTypes
Deprecated.As of 4.5feature maps
are no longer supported.Provides a list of all DBTypes for which type mappings exist in the registry. This is used in feature map tables to create columns for all of these types.
-
feature maps
are no longer supported.