org.intermine.objectstore.proxy
Interface Lazy

All Known Subinterfaces:
LazyCollection<E>
All Known Implementing Classes:
ClobAccess, ClobAccessReverseComplement, PendingClob, ProxyCollection, ProxyReference, Results, SingletonResults

public interface Lazy

Class which uses an ObjectStore to perform lazy fetching of data


Method Summary
 ObjectStore getObjectStore()
          Returns the ObjectStore that this lazy object will use
 

Method Detail

getObjectStore

ObjectStore getObjectStore()
Returns the ObjectStore that this lazy object will use

Returns:
an ObjectStore