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

Packages that use IStoreAccessor
org.eclipse.emf.cdo.server   
org.eclipse.emf.cdo.server.db   
org.eclipse.emf.cdo.server.hibernate   
org.eclipse.emf.cdo.spi.server   
 

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

Methods in org.eclipse.emf.cdo.server that return IStoreAccessor
static IStoreAccessor StoreThreadLocal.getAccessor()
           
 IStoreAccessor IStoreChunkReader.getAccessor()
           
 IStoreAccessor IStore.getReader(ISession session)
          Returns a reader that can be used to read from this store in the context of the given session.
 IStoreAccessor IStore.getWriter(ITransaction transaction)
          Returns a writer that can be used to write to this store in the context of the given view.
 

Methods in org.eclipse.emf.cdo.server with parameters of type IStoreAccessor
static void StoreThreadLocal.setAccessor(IStoreAccessor accessor)
           
 

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

Subinterfaces of IStoreAccessor in org.eclipse.emf.cdo.server.db
 interface IDBStoreAccessor
           
 

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

Subinterfaces of IStoreAccessor in org.eclipse.emf.cdo.server.hibernate
 interface IHibernateStoreAccessor
           
 

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

Classes in org.eclipse.emf.cdo.spi.server that implement IStoreAccessor
 class LongIDStoreAccessor
           
 class StoreAccessor
           
 

Methods in org.eclipse.emf.cdo.spi.server that return IStoreAccessor
protected abstract  IStoreAccessor Store.createReader(ISession session)
          Creates and returns a new IStoreAccessor instance.
protected abstract  IStoreAccessor Store.createWriter(ITransaction transaction)
          Creates and returns a new IStoreAccessor instance.
 IStoreAccessor StoreChunkReader.getAccessor()
           
 IStoreAccessor Store.getReader(ISession session)
           
 IStoreAccessor Store.getWriter(ITransaction transaction)
           
 

Constructors in org.eclipse.emf.cdo.spi.server with parameters of type IStoreAccessor
StoreChunkReader(IStoreAccessor accessor, CDORevision revision, org.eclipse.emf.ecore.EStructuralFeature feature)
           
 


Copyright (c) 2004 - 2009 Eike Stepper (Berlin, Germany) and others.
All Rights Reserved.