Interface ITypeMapping.Registry
- 
- Enclosing interface:
- ITypeMapping
 
 public static interface ITypeMapping.RegistryA 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 SummaryFields Modifier and Type Field Description static ITypeMapping.RegistryINSTANCEThe one global (singleton) registry instance.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.util.Collection<org.eclipse.net4j.db.DBType>getDefaultFeatureMapDBTypes()Deprecated.As of 4.5feature mapsare no longer supported.voidregisterTypeMapping(ITypeMapping.Descriptor descriptor)Register a type mapping by descriptor.
 
- 
- 
- 
Field Detail- 
INSTANCEstatic final ITypeMapping.Registry INSTANCE The one global (singleton) registry instance.
 
- 
 - 
Method Detail- 
registerTypeMappingvoid registerTypeMapping(ITypeMapping.Descriptor descriptor) Register a type mapping by descriptor.
 - 
getDefaultFeatureMapDBTypes@Deprecated java.util.Collection<org.eclipse.net4j.db.DBType> getDefaultFeatureMapDBTypes() Deprecated.As of 4.5feature mapsare 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.
 
- 
 
-