public class LinkingCursor extends java.lang.Object implements Cursor<Neo4JErsatz>
Cursor that for another cursor of PropertyContainers
from some entity return ersatz objects for the stored records.| Constructor and Description |
|---|
LinkingCursor(Cursor<? extends org.neo4j.graphdb.PropertyContainer> it,
EOEntity entity) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
Neo4JErsatz |
next() |
void |
remove() |
public Neo4JErsatz next()
next in interface java.util.Iterator<Neo4JErsatz>public boolean hasNext()
hasNext in interface java.util.Iterator<Neo4JErsatz>public void remove()
remove in interface java.util.Iterator<Neo4JErsatz>public void close()
close in interface Cursor<Neo4JErsatz>Copyright © 2002 – 2022 Project Wonder.