org.datanucleus.store.rdbms.scostore
Class RDBMSArrayStoreIterator
java.lang.Object
org.datanucleus.store.rdbms.scostore.RDBMSArrayStoreIterator
- All Implemented Interfaces:
- Iterator
public class RDBMSArrayStoreIterator
- extends Object
- implements Iterator
ArrayStore iterator for RDBMS datastores.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator
next
public Object next()
- Specified by:
next in interface Iterator
remove
public void remove()
- Specified by:
remove in interface Iterator
next
protected boolean next(Object rs)
throws MappedDatastoreException
- Throws:
MappedDatastoreException
getOwnerFieldMetaData
protected org.datanucleus.metadata.AbstractMemberMetaData getOwnerFieldMetaData(Table containerTable)
Copyright © 2013. All Rights Reserved.