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

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

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

Methods in org.eclipse.emf.cdo.server that return IStoreWriter
 IStoreWriter IStore.getWriter(IView view)
          Returns a writer that can be used to write to this store in the context of the given view.
 

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

Subinterfaces of IStoreWriter in org.eclipse.emf.cdo.server.db
 interface IDBStoreWriter
           
 

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

Subinterfaces of IStoreWriter in org.eclipse.emf.cdo.server.hibernate
 interface IHibernateStoreWriter
           
 


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