Uses of Interface
org.eclipse.emf.cdo.server.IStore

Packages that use IStore
org.eclipse.emf.cdo.server   
org.eclipse.emf.cdo.server.db   
org.eclipse.emf.cdo.server.hibernate   
 

Uses of IStore in org.eclipse.emf.cdo.server
 

Methods in org.eclipse.emf.cdo.server that return IStore
static IStore StoreUtil.createMEMStore()
           
static IStore StoreUtil.createNOOPStore()
           
 IStore IStoreFactory.createStore(org.w3c.dom.Element storeConfig)
           
 IStore IStoreAccessor.getStore()
           
 IStore IRepository.getStore()
           
 

Methods in org.eclipse.emf.cdo.server with parameters of type IStore
static IRepository CDOServerUtil.createRepository(java.lang.String name, IStore store, java.util.Map<java.lang.String,java.lang.String> props)
           
 void IRepository.setStore(IStore store)
           
 

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

Subinterfaces of IStore in org.eclipse.emf.cdo.server.db
 interface IDBStore
           
 

Uses of IStore in org.eclipse.emf.cdo.server.hibernate
 

Subinterfaces of IStore in org.eclipse.emf.cdo.server.hibernate
 interface IHibernateStore
           
 


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