org.eclipse.emf.cdo.server.db.mapping
Interface ITypeMapping.Provider
- Enclosing interface:
- ITypeMapping
- public static interface ITypeMapping.Provider
A provider for type mapping information. This provider is used by the TypeMappingRegistry
to create an
ITypeMapping
instance suitable for a given feature and DB field. Usually, one factory is responsible for
one type mapping.
- Since:
- 4.0
INSTANCE
static final ITypeMapping.Provider INSTANCE
- The one global (singleton) provider instance.
createTypeMapping
ITypeMapping createTypeMapping(IMappingStrategy mappingStrategy,
EStructuralFeature feature)
- Create an
ITypeMapping
implementation.
- Parameters:
mappingStrategy
- the mapping strategyfeature
- the feature the new type mapping shall be responsible for
- Returns:
- the newly created
ITypeMapping
instance
Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.