Uses of Interface
org.eclipse.emf.cdo.server.db.IMappingStrategy

Packages that use IMappingStrategy
org.eclipse.emf.cdo.server.db   
 

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

Methods in org.eclipse.emf.cdo.server.db that return IMappingStrategy
static IMappingStrategy CDODBUtil.createHorizontalMappingStrategy()
           
static IMappingStrategy CDODBUtil.createMappingStrategy(java.lang.String type)
          Can only be used when Eclipse is running.
 IMappingStrategy IDBStore.getMappingStrategy()
           
 IMappingStrategy IClassMapping.getMappingStrategy()
           
 

Methods in org.eclipse.emf.cdo.server.db with parameters of type IMappingStrategy
static IDBStore CDODBUtil.createStore(IMappingStrategy mappingStrategy, org.eclipse.net4j.db.IDBAdapter dbAdapter, org.eclipse.net4j.db.IDBConnectionProvider dbConnectionProvider)
           
 


Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.