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

Packages that use IStoreAccessor.Raw
org.eclipse.emf.cdo.server.db Server concepts for dealing with DB stores and accessors. 
org.eclipse.emf.cdo.server.hibernate Server concepts for dealing with Hibernate stores and accessors. 
org.eclipse.emf.cdo.server.objectivity Server concepts for dealing with Objectivity/DB stores and accessors. 
 

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

Subinterfaces of IStoreAccessor.Raw in org.eclipse.emf.cdo.server.db
 interface IDBStoreAccessor
          A store accessor for CDO's proprietary object/relational mapper.
 

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

Subinterfaces of IStoreAccessor.Raw in org.eclipse.emf.cdo.server.hibernate
 interface IHibernateStoreAccessor
          The Hibernate store accessor works with Hibernate Session instances to persist changes in the database, it obtains the Session from the IHibernateStore.
 

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

Subinterfaces of IStoreAccessor.Raw in org.eclipse.emf.cdo.server.objectivity
 interface IObjectivityStoreAccessor
          A store accessor for CDO's Objecivity back-end integration.
 



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