Package net.ontopia.persistence.proxy
Class PersistentIterator<E>
java.lang.Object
net.ontopia.persistence.proxy.PersistentIterator<E>
- All Implemented Interfaces:
Iterator<E>
INTERNAL: Iterator that iterates over an iterator of IdentityIF
values and looks up the objects in the transaction. Any identities
that have been deleted will silently be ignored.