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

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

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

Methods in org.eclipse.emf.cdo.server.db.mapping that return IListMapping
 IListMapping IMappingStrategy.createListMapping(EClass containingClass, EStructuralFeature feature)
          Factory for value mappings of multi-valued-attributes.
 IListMapping IClassMapping.getListMapping(EStructuralFeature feature)
          Get the mapping of the many-valued feature.
 

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



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