Verwendungen von Schnittstelle
org.eclipse.emf.cdo.server.IStoreAccessor
Packages, die IStoreAccessor verwenden
Package
Beschreibung
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.
-
Verwendungen von IStoreAccessor in org.eclipse.emf.cdo.server
Unterschnittstellen von IStoreAccessor in org.eclipse.emf.cdo.serverModifizierer und TypSchnittstelleBeschreibungstatic interfaceAn extension interface forstore accessorsthat support units.static interfaceAn extension interface forstore accessorsthat support raw data access as needed byrepository synchronizersorserver importers.static interfaceAn extension interface forstore accessorsthat support raw data access as needed byrepository synchronizersorserver importers.static interfaceAn extension interface forstore accessorsthat support units.Methoden in org.eclipse.emf.cdo.server, die IStoreAccessor zurückgebenModifizierer und TypMethodeBeschreibungIStoreChunkReader.getAccessor()static IStoreAccessorStoreThreadLocal.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.Methoden in org.eclipse.emf.cdo.server mit Parametern vom Typ IStoreAccessorModifizierer und TypMethodeBeschreibungstatic voidStoreThreadLocal.setAccessor(IStoreAccessor accessor) -
Verwendungen von IStoreAccessor in org.eclipse.emf.cdo.server.db
Unterschnittstellen von IStoreAccessor in org.eclipse.emf.cdo.server.dbModifizierer und TypSchnittstelleBeschreibunginterfaceAstore accessorfor CDO's proprietary object/relational mapper. -
Verwendungen von IStoreAccessor in org.eclipse.emf.cdo.server.lissome
Unterschnittstellen von IStoreAccessor in org.eclipse.emf.cdo.server.lissomeModifizierer und TypSchnittstelleBeschreibunginterfaceAstore accessorfor CDO's proprietary Lissome store. -
Verwendungen von IStoreAccessor in org.eclipse.emf.cdo.server.mongodb
Unterschnittstellen von IStoreAccessor in org.eclipse.emf.cdo.server.mongodbModifizierer und TypSchnittstelleBeschreibunginterfaceAstore accessorfor CDO's MongoDB back-end integration. -
Verwendungen von IStoreAccessor in org.eclipse.emf.cdo.server.ocl
Methoden in org.eclipse.emf.cdo.server.ocl mit Parametern vom Typ IStoreAccessorModifizierer und TypMethodeBeschreibungCDOExtentCreator.createExtent(EClass eClass, IStoreAccessor accessor, CDOBranch branch, long timeStamp, AtomicBoolean canceled) protected voidCDOExtentCreator.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 voidCDOExtentCreator.handleRevisions(EClass eClass, IStoreAccessor accessor, CDOBranch branch, long timeStamp, CDORevisionHandler revisionHandler) -
Verwendungen von IStoreAccessor in org.eclipse.emf.cdo.spi.server
Klassen in org.eclipse.emf.cdo.spi.server, die IStoreAccessor implementierenModifizierer und TypKlasseBeschreibungclassIf the meaning of this type isn't clear, there really should be more of a description here...classIf the meaning of this type isn't clear, there really should be more of a description here...classIf the meaning of this type isn't clear, there really should be more of a description here...Methoden in org.eclipse.emf.cdo.spi.server, die IStoreAccessor zurückgebenModifizierer und TypMethodeBeschreibungprotected abstract IStoreAccessorStore.createReader(ISession session) Creates and returns a newIStoreAccessorinstance.protected abstract IStoreAccessorStore.createWriter(ITransaction transaction) Creates and returns a newIStoreAccessorinstance.InternalRepository.ensureChunk(InternalCDORevision revision, EStructuralFeature feature, int chunkStart, int chunkEnd) InternalCommitContext.getAccessor()StoreChunkReader.getAccessor()Store.getWriter(ITransaction transaction) Methoden in org.eclipse.emf.cdo.spi.server mit Parametern vom Typ IStoreAccessorModifizierer und TypMethodeBeschreibungabstract voidCDOCommand.WithAccessor.execute(InternalRepository repository, IStoreAccessor accessor, String[] args) Konstruktoren in org.eclipse.emf.cdo.spi.server mit Parametern vom Typ IStoreAccessorModifiziererKonstruktorBeschreibungCommitDataRevisionHandler(IStoreAccessor storeAccessor, long timeStamp) StoreChunkReader(IStoreAccessor accessor, CDORevision revision, EStructuralFeature feature)