Class ArrayStoreIterator<E>
java.lang.Object
org.datanucleus.store.rdbms.scostore.ArrayStoreIterator<E>
- All Implemented Interfaces:
Iterator<E>
ArrayStore iterator for RDBMS datastores.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionArrayStoreIterator
(org.datanucleus.state.DNStateManager sm, ResultSet rs, ResultObjectFactory<E> rof, ElementContainerStore backingStore) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
ec
private final org.datanucleus.ExecutionContext ec -
delegate
Underlying iterator that we wrap. -
lastElement
-
-
Constructor Details
-
ArrayStoreIterator
ArrayStoreIterator(org.datanucleus.state.DNStateManager sm, ResultSet rs, ResultObjectFactory<E> rof, ElementContainerStore backingStore)
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
-
remove
public void remove() -
next
-
getOwnerFieldMetaData
protected org.datanucleus.metadata.AbstractMemberMetaData getOwnerFieldMetaData(Table containerTable)
-