Uses of Class
org.eclipse.emf.cdo.spi.server.Store

Packages that use Store
org.eclipse.emf.cdo.spi.server Server service provider interfaces and useful base implementations. 
 

Uses of Store in org.eclipse.emf.cdo.spi.server
 

Subclasses of Store in org.eclipse.emf.cdo.spi.server
 class LongIDStore
          If the meaning of this type isn't clear, there really should be more of a description here...
 

Methods in org.eclipse.emf.cdo.spi.server that return Store
 Store StoreAccessorBase.getStore()
           
 

Constructors in org.eclipse.emf.cdo.spi.server with parameters of type Store
LongIDStoreAccessor(Store store, ISession session)
           
LongIDStoreAccessor(Store store, ITransaction transaction)
           
StoreAccessor(Store store, ISession session)
           
StoreAccessor(Store store, ITransaction transaction)
           
StoreAccessorBase(Store store, ISession session)
           
StoreAccessorBase(Store store, ITransaction transaction)
           
 



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