| java.lang.Object org.jpox.sco.SCOCollectionIterator
SCOCollectionIterator | public class SCOCollectionIterator implements Iterator(Code) | | An iterator for a SCO Collection object. Takes in the delegate and the
backing store, and provides iteration through the objects.
Only accessible from package to provide protection
version: $Revision: 1.7 $ |
SCOCollectionIterator | public SCOCollectionIterator(Collection sco, StateManager sm, Collection theDelegate, CollectionStore backingStore, boolean useDelegate)(Code) | | Constructor taking the delegate, backing store.
Parameters: sco - The owener sco Parameters: sm - State Manager of SCO Collection to iterate Parameters: theDelegate - The delegate collection Parameters: backingStore - The backing store (connected to the DB) Parameters: useDelegate - Whether to use the delegate |
hasNext | public boolean hasNext()(Code) | | |
remove | public void remove()(Code) | | |
|
|