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

Packages that use IQueryHandlerProvider
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.server Server service provider interfaces and useful base implementations. 
 

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

Subinterfaces of IQueryHandlerProvider in org.eclipse.emf.cdo.server
 interface IRepository
          A CDO repository.
 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.
 interface ISynchronizableRepository
          A repository with the ability to synchronize its content with another repository.
 

Methods in org.eclipse.emf.cdo.server that return IQueryHandlerProvider
 IQueryHandlerProvider IRepository.getQueryHandlerProvider()
           
 

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

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

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

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

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

Uses of IQueryHandlerProvider in org.eclipse.emf.cdo.server.mongodb
 

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

Uses of IQueryHandlerProvider in org.eclipse.emf.cdo.server.objectivity
 

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

Uses of IQueryHandlerProvider in org.eclipse.emf.cdo.spi.server
 

Subinterfaces of IQueryHandlerProvider 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 IQueryHandlerProvider
 class ContainerQueryHandlerProvider
          If the meaning of this type isn't clear, there really should be more of a description here...
 class FactoriesQueryHandlerProvider
          If the meaning of this type isn't clear, there really should be more of a description here...
 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...
 

Methods in org.eclipse.emf.cdo.spi.server with parameters of type IQueryHandlerProvider
 void InternalRepository.setQueryHandlerProvider(IQueryHandlerProvider queryHandlerProvider)
           
 



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