Uses of Interface
org.eclipse.emf.cdo.server.IStoreAccessor
Packages that use IStoreAccessor
Package
Description
Server concepts for dealing with repositories and stores.
Server concepts for dealing with DB stores and accessors.
Server concepts for dealing with DB stores and accessors.
Server concepts for dealing with MongoDB stores and accessors.
Server implementation of a generic OCL query handler.
Server service provider interfaces and useful base implementations.
-
Uses of IStoreAccessor in org.eclipse.emf.cdo.server
Subinterfaces of IStoreAccessor in org.eclipse.emf.cdo.serverModifier and TypeInterfaceDescriptionstatic interface
An extension interface forstore accessors
that support raw data access as needed byrepository synchronizers
orserver importers
.static interface
An extension interface forstore accessors
that support raw data access as needed byrepository synchronizers
orserver importers
.static interface
An extension interface forstore accessors
that support units.Methods in org.eclipse.emf.cdo.server that return IStoreAccessorModifier and TypeMethodDescriptionIStoreChunkReader.getAccessor()
static IStoreAccessor
StoreThreadLocal.getAccessor()
Returns a reader that can be used to read from this store in the context of the given session.IStore.getWriter
(ITransaction transaction) Returns a writer that can be used to write to this store in the context of the given view.Methods in org.eclipse.emf.cdo.server with parameters of type IStoreAccessorModifier and TypeMethodDescriptionstatic void
StoreThreadLocal.setAccessor
(IStoreAccessor accessor) -
Uses of IStoreAccessor in org.eclipse.emf.cdo.server.db
Subinterfaces of IStoreAccessor in org.eclipse.emf.cdo.server.dbModifier and TypeInterfaceDescriptioninterface
Astore accessor
for CDO's proprietary object/relational mapper. -
Uses of IStoreAccessor in org.eclipse.emf.cdo.server.lissome
Subinterfaces of IStoreAccessor in org.eclipse.emf.cdo.server.lissomeModifier and TypeInterfaceDescriptioninterface
Astore accessor
for CDO's proprietary Lissome store. -
Uses of IStoreAccessor in org.eclipse.emf.cdo.server.mongodb
Subinterfaces of IStoreAccessor in org.eclipse.emf.cdo.server.mongodbModifier and TypeInterfaceDescriptioninterface
Astore accessor
for CDO's MongoDB back-end integration. -
Uses of IStoreAccessor in org.eclipse.emf.cdo.server.ocl
Methods in org.eclipse.emf.cdo.server.ocl with parameters of type IStoreAccessorModifier and TypeMethodDescriptionCDOExtentCreator.createExtent
(EClass eClass, IStoreAccessor accessor, CDOBranch branch, long timeStamp, AtomicBoolean canceled) protected void
CDOExtentCreator.createExtent
(EClass eClass, IStoreAccessor accessor, CDOBranch branch, long timeStamp, AtomicBoolean canceled, CDORevisionHandler revisionHandler) CDOExtentCreator.Lazy.createExtent
(EClass eClass, IStoreAccessor accessor, CDOBranch branch, long timeStamp, AtomicBoolean canceled) protected void
CDOExtentCreator.handleRevisions
(EClass eClass, IStoreAccessor accessor, CDOBranch branch, long timeStamp, CDORevisionHandler revisionHandler) -
Uses of IStoreAccessor in org.eclipse.emf.cdo.spi.server
Classes in org.eclipse.emf.cdo.spi.server that implement IStoreAccessorModifier and TypeClassDescriptionclass
If the meaning of this type isn't clear, there really should be more of a description here...class
If the meaning of this type isn't clear, there really should be more of a description here...class
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 that return IStoreAccessorModifier and TypeMethodDescriptionprotected abstract IStoreAccessor
Store.createReader
(ISession session) Creates and returns a newIStoreAccessor
instance.protected abstract IStoreAccessor
Store.createWriter
(ITransaction transaction) Creates and returns a newIStoreAccessor
instance.InternalRepository.ensureChunk
(InternalCDORevision revision, EStructuralFeature feature, int chunkStart, int chunkEnd) InternalCommitContext.getAccessor()
StoreChunkReader.getAccessor()
Store.getWriter
(ITransaction transaction) Methods in org.eclipse.emf.cdo.spi.server with parameters of type IStoreAccessorModifier and TypeMethodDescriptionabstract void
CDOCommand.WithAccessor.execute
(InternalRepository repository, IStoreAccessor accessor, String[] args) Constructors in org.eclipse.emf.cdo.spi.server with parameters of type IStoreAccessorModifierConstructorDescriptionCommitDataRevisionHandler
(IStoreAccessor storeAccessor, long timeStamp) StoreChunkReader
(IStoreAccessor accessor, CDORevision revision, EStructuralFeature feature)