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
 

Subinterfaces of IListMapping in org.eclipse.emf.cdo.server.db.mapping
 interface IListMapping2
          Extension interface to IListMapping.
 

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) 2011, 2012 Eike Stepper (Berlin, Germany) and others.