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

Packages that use IDBStore
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 IDBStore in org.eclipse.emf.cdo.server.db
 

Methods in org.eclipse.emf.cdo.server.db that return IDBStore
static IDBStore CDODBUtil.createStore(IMappingStrategy mappingStrategy, IDBAdapter dbAdapter, IDBConnectionProvider dbConnectionProvider)
           
 IDBStore IDBStoreAccessor.getStore()
           
 IDBStore IIDHandler.getStore()
           
 

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

Methods in org.eclipse.emf.cdo.server.db.mapping that return IDBStore
 IDBStore IMappingStrategy.getStore()
           
 

Methods in org.eclipse.emf.cdo.server.db.mapping with parameters of type IDBStore
 void IMappingStrategy.setStore(IDBStore dbStore)
          Set the store to which this MappingStrategy instance belongs.
 



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