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

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

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()
          Creates a horizontal mapping strategy that supports all valid combinations of auditing and branching.
static IMappingStrategy CDODBUtil.createHorizontalMappingStrategy(boolean auditing)
           
static IMappingStrategy CDODBUtil.createHorizontalMappingStrategy(boolean auditing, boolean branching)
           
static IMappingStrategy CDODBUtil.createHorizontalMappingStrategy(boolean auditing, boolean branching, boolean withRanges)
           
static IMappingStrategy CDODBUtil.createMappingStrategy(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, IDBAdapter dbAdapter, IDBConnectionProvider dbConnectionProvider)
           
static IDBStore CDODBUtil.createStore(IMappingStrategy mappingStrategy, IDBAdapter dbAdapter, IDBConnectionProvider dbConnectionProvider, Map<String,String> properties)
           
 

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

Methods in org.eclipse.emf.cdo.server.db.mapping that return IMappingStrategy
 IMappingStrategy AbstractTypeMapping.getMappingStrategy()
           
 

Methods in org.eclipse.emf.cdo.server.db.mapping with parameters of type IMappingStrategy
 ITypeMapping ITypeMapping.Provider.createTypeMapping(IMappingStrategy mappingStrategy, EStructuralFeature feature)
          Create an ITypeMapping implementation.
abstract  DBType ColumnTypeModifier.modify(ITypeMapping.Provider provider, IMappingStrategy mappingStrategy, EStructuralFeature feature, DBType dbType)
          Can modify the column type of a type mapping that is created by the type mapping registry.
 void AbstractTypeMapping.setMappingStrategy(IMappingStrategy mappingStrategy)
           
 void ITypeMapping.setMappingStrategy(IMappingStrategy mappingStrategy)
           
 



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