Uses of Interface
org.eclipse.emf.cdo.server.db.mapping.ITypeMapping

Packages that use ITypeMapping
org.eclipse.emf.cdo.server.db Server concepts for dealing with DB stores and accessors. 
org.eclipse.emf.cdo.server.db.mapping Server concepts for dealing with mapping strategies and mappings for classes, lists and types. 
 

Uses of ITypeMapping in org.eclipse.emf.cdo.server.db
 

Methods in org.eclipse.emf.cdo.server.db that return ITypeMapping
 ITypeMapping IIDHandler.getObjectTypeMapping()
           
 

Uses of ITypeMapping in org.eclipse.emf.cdo.server.db.mapping
 

Classes in org.eclipse.emf.cdo.server.db.mapping that implement ITypeMapping
 class AbstractTypeMapping
          This is a default implementation for the ITypeMapping interface which provides default behavor for all common types.
 

Methods in org.eclipse.emf.cdo.server.db.mapping that return ITypeMapping
abstract  ITypeMapping AbstractTypeMappingFactory.create(String description)
           
 ITypeMapping ITypeMapping.Provider.createTypeMapping(IMappingStrategy mappingStrategy, EStructuralFeature feature)
          Create an ITypeMapping implementation.
 ITypeMapping IMappingStrategy.createValueMapping(EStructuralFeature feature)
          Factory for value mappings of single-valued attributes.
 

Methods in org.eclipse.emf.cdo.server.db.mapping that return types with arguments of type ITypeMapping
 List<ITypeMapping> IClassMapping.getValueMappings()
           
 



Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.