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

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

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

Methods in org.eclipse.emf.cdo.server.db.mapping that return IClassMapping
 IClassMapping IMappingStrategy.getClassMapping(EClass eClass)
          Look up an existing class mapping for the given class.
 

Methods in org.eclipse.emf.cdo.server.db.mapping that return types with arguments of type IClassMapping
 Map<EClass,IClassMapping> IMappingStrategy.getClassMappings()
          Returns all class mappings of this strategy.
 Map<EClass,IClassMapping> IMappingStrategy.getClassMappings(boolean createOnDemand)
          Returns all class mappings of this strategy.
 



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