Uses of Interface
org.eclipse.emf.cdo.spi.common.branch.InternalCDOBranchManager.BranchLoader

Packages that use InternalCDOBranchManager.BranchLoader
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.branch Common service provider interfaces and useful base implementations for dealing with branches. 
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 InternalCDOBranchManager.BranchLoader in org.eclipse.emf.cdo.server
 

Subinterfaces of InternalCDOBranchManager.BranchLoader 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 InternalCDOBranchManager.BranchLoader in org.eclipse.emf.cdo.server.db
 

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

Uses of InternalCDOBranchManager.BranchLoader in org.eclipse.emf.cdo.server.hibernate
 

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

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

Uses of InternalCDOBranchManager.BranchLoader in org.eclipse.emf.cdo.server.mongodb
 

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

Uses of InternalCDOBranchManager.BranchLoader in org.eclipse.emf.cdo.server.objectivity
 

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

Uses of InternalCDOBranchManager.BranchLoader in org.eclipse.emf.cdo.spi.common.branch
 

Methods in org.eclipse.emf.cdo.spi.common.branch that return InternalCDOBranchManager.BranchLoader
 InternalCDOBranchManager.BranchLoader InternalCDOBranchManager.getBranchLoader()
           
 

Methods in org.eclipse.emf.cdo.spi.common.branch with parameters of type InternalCDOBranchManager.BranchLoader
 void InternalCDOBranchManager.setBranchLoader(InternalCDOBranchManager.BranchLoader branchLoader)
           
 

Uses of InternalCDOBranchManager.BranchLoader in org.eclipse.emf.cdo.spi.server
 

Subinterfaces of InternalCDOBranchManager.BranchLoader 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 InternalCDOBranchManager.BranchLoader
 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 InternalCDOBranchManager.BranchLoader in org.eclipse.emf.spi.cdo
 

Subinterfaces of InternalCDOBranchManager.BranchLoader 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.