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

Packages that use IStore.CanHandleClientAssignedIDs
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.lissome Server concepts for dealing with DB stores and accessors. 
org.eclipse.emf.cdo.server.mem Server concepts for dealing with in-memory stores. 
 

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

Subinterfaces of IStore.CanHandleClientAssignedIDs in org.eclipse.emf.cdo.server.db
 interface IDBStore
          The main entry point to the API of CDO's proprietary object/relational mapper.
 

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

Subinterfaces of IStore.CanHandleClientAssignedIDs in org.eclipse.emf.cdo.server.hibernate
 interface IHibernateStore
          The Hibernate store manages the Hibernate SessionFactory and the installed EPackage instances.
 

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

Subinterfaces of IStore.CanHandleClientAssignedIDs in org.eclipse.emf.cdo.server.lissome
 interface ILissomeStore
          The main entry point to the API of CDO's proprietary Lissome store.
 

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

Subinterfaces of IStore.CanHandleClientAssignedIDs in org.eclipse.emf.cdo.server.mem
 interface IMEMStore
          A simple in-memory store.
 



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