org.eclipse.emf.cdo.server.hibernate
Interface IHibernateStoreReader

All Superinterfaces:
IHibernateStoreAccessor, IStoreAccessor, IStoreReader
All Known Subinterfaces:
IHibernateStoreWriter

public interface IHibernateStoreReader
extends IHibernateStoreAccessor, IStoreReader


Method Summary
 IHibernateStoreChunkReader createChunkReader(CDORevision revision, CDOFeature feature)
           
 
Methods inherited from interface org.eclipse.emf.cdo.server.hibernate.IHibernateStoreAccessor
getHibernateSession, getStore
 
Methods inherited from interface org.eclipse.emf.cdo.server.IStoreAccessor
release
 
Methods inherited from interface org.eclipse.emf.cdo.server.IStoreReader
getSession, readObjectIDs, readObjectType, readPackage, readPackageInfos, readResourceID, readResourcePath, readRevision, readRevisionByTime, readRevisionByVersion, verifyRevision
 
Methods inherited from interface org.eclipse.emf.cdo.server.IStoreAccessor
release
 

Method Detail

createChunkReader

IHibernateStoreChunkReader createChunkReader(CDORevision revision,
                                             CDOFeature feature)
Specified by:
createChunkReader in interface IStoreReader

Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.