Uses of Interface
org.eclipse.emf.cdo.spi.common.commit.InternalCDOCommitInfoManager.CommitInfoLoader

Packages that use InternalCDOCommitInfoManager.CommitInfoLoader
org.eclipse.emf.cdo.server Server concepts for dealing with repositories and stores. 
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.mongodb Server concepts for dealing with MongoDB stores and accessors. 
org.eclipse.emf.cdo.server.objectivity Server concepts for dealing with Objectivity/DB stores and accessors. 
org.eclipse.emf.cdo.spi.common.commit Common service provider interfaces and useful base implementations for dealing with commits and change sets. 
org.eclipse.emf.cdo.spi.server Server service provider interfaces and useful base implementations. 
org.eclipse.emf.spi.cdo Client service provider interfaces and useful base implementations. 
 

Uses of InternalCDOCommitInfoManager.CommitInfoLoader in org.eclipse.emf.cdo.server
 

Subinterfaces of InternalCDOCommitInfoManager.CommitInfoLoader in org.eclipse.emf.cdo.server
 interface IStoreAccessor
          Represents a connection to a physical data storage back-end.
static interface IStoreAccessor.Raw
          An extension interface for store accessors that support raw data access as needed by repository synchronizers or server importers.
 

Uses of InternalCDOCommitInfoManager.CommitInfoLoader in org.eclipse.emf.cdo.server.db
 

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

Uses of InternalCDOCommitInfoManager.CommitInfoLoader in org.eclipse.emf.cdo.server.hibernate
 

Subinterfaces of InternalCDOCommitInfoManager.CommitInfoLoader 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 InternalCDOCommitInfoManager.CommitInfoLoader in org.eclipse.emf.cdo.server.lissome
 

Subinterfaces of InternalCDOCommitInfoManager.CommitInfoLoader in org.eclipse.emf.cdo.server.lissome
 interface ILissomeStoreAccessor
          A store accessor for CDO's proprietary Lissome store.
 

Uses of InternalCDOCommitInfoManager.CommitInfoLoader in org.eclipse.emf.cdo.server.mongodb
 

Subinterfaces of InternalCDOCommitInfoManager.CommitInfoLoader in org.eclipse.emf.cdo.server.mongodb
 interface IMongoDBStoreAccessor
          A store accessor for CDO's MongoDB back-end integration.
 

Uses of InternalCDOCommitInfoManager.CommitInfoLoader in org.eclipse.emf.cdo.server.objectivity
 

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

Uses of InternalCDOCommitInfoManager.CommitInfoLoader in org.eclipse.emf.cdo.spi.common.commit
 

Methods in org.eclipse.emf.cdo.spi.common.commit that return InternalCDOCommitInfoManager.CommitInfoLoader
 InternalCDOCommitInfoManager.CommitInfoLoader InternalCDOCommitInfoManager.getCommitInfoLoader()
           
 

Methods in org.eclipse.emf.cdo.spi.common.commit with parameters of type InternalCDOCommitInfoManager.CommitInfoLoader
 void InternalCDOCommitInfoManager.setCommitInfoLoader(InternalCDOCommitInfoManager.CommitInfoLoader commitInfoLoader)
           
 

Uses of InternalCDOCommitInfoManager.CommitInfoLoader in org.eclipse.emf.cdo.spi.server
 

Subinterfaces of InternalCDOCommitInfoManager.CommitInfoLoader in org.eclipse.emf.cdo.spi.server
 interface InternalFailoverParticipant
          If the meaning of this type isn't clear, there really should be more of a description here...
 interface InternalRepository
          If the meaning of this type isn't clear, there really should be more of a description here...
 interface InternalSynchronizableRepository
          If the meaning of this type isn't clear, there really should be more of a description here...
 

Classes in org.eclipse.emf.cdo.spi.server that implement InternalCDOCommitInfoManager.CommitInfoLoader
 class LongIDStoreAccessor
          If the meaning of this type isn't clear, there really should be more of a description here...
 class StoreAccessor
          If the meaning of this type isn't clear, there really should be more of a description here...
 class StoreAccessorBase
          If the meaning of this type isn't clear, there really should be more of a description here...
 

Uses of InternalCDOCommitInfoManager.CommitInfoLoader in org.eclipse.emf.spi.cdo
 

Subinterfaces of InternalCDOCommitInfoManager.CommitInfoLoader in org.eclipse.emf.spi.cdo
 interface CDOSessionProtocol
          If the meaning of this type isn't clear, there really should be more of a description here...
 



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