Uses of Interface
org.eclipse.emf.cdo.server.db.mapping.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(boolean auditing)
           
static IMappingStrategy CDODBUtil.createMappingStrategy(java.lang.String type)
          Can only be used when Eclipse is running.
 IMappingStrategy IDBStore.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 - 2009 Eike Stepper (Berlin, Germany) and others.
All Rights Reserved.