Uses of Class
org.eclipse.emf.cdo.server.IStoreChunkReader.Chunk

Packages that use IStoreChunkReader.Chunk
org.eclipse.emf.cdo.server   
org.eclipse.emf.cdo.server.db.mapping   
org.eclipse.emf.cdo.spi.server   
 

Uses of IStoreChunkReader.Chunk in org.eclipse.emf.cdo.server
 

Methods in org.eclipse.emf.cdo.server that return types with arguments of type IStoreChunkReader.Chunk
 java.util.List<IStoreChunkReader.Chunk> IStoreChunkReader.executeRead()
           
 

Uses of IStoreChunkReader.Chunk in org.eclipse.emf.cdo.server.db.mapping
 

Method parameters in org.eclipse.emf.cdo.server.db.mapping with type arguments of type IStoreChunkReader.Chunk
 void IListMapping.readChunks(IDBStoreChunkReader dbStoreChunkReader, java.util.List<IStoreChunkReader.Chunk> chunks, java.lang.String where)
          Used to load-on-demand chunks of a list.
 

Uses of IStoreChunkReader.Chunk in org.eclipse.emf.cdo.spi.server
 

Methods in org.eclipse.emf.cdo.spi.server that return types with arguments of type IStoreChunkReader.Chunk
 java.util.List<IStoreChunkReader.Chunk> StoreChunkReader.getChunks()
           
 


Copyright (c) 2004 - 2009 Eike Stepper (Berlin, Germany) and others.
All Rights Reserved.