
public static interface ITypeMapping.Provider
TypeMappingRegistry to create an
ITypeMapping instance suitable for a given feature and DB field. Usually, one factory is responsible for
one type mapping.| Modifier and Type | Field and Description |
|---|---|
static ITypeMapping.Provider |
INSTANCE
The one global (singleton) provider instance.
|
| Modifier and Type | Method and Description |
|---|---|
ITypeMapping |
createTypeMapping(IMappingStrategy mappingStrategy,
EStructuralFeature feature)
Create an
ITypeMapping implementation. |
static final ITypeMapping.Provider INSTANCE
ITypeMapping createTypeMapping(IMappingStrategy mappingStrategy, EStructuralFeature feature)
ITypeMapping implementation.mappingStrategy - the mapping strategyfeature - the feature the new type mapping shall be responsible forITypeMapping instanceCopyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.