public class EntityCreatingClosableIterable<T>
extends org.neo4j.helpers.collection.IterableWrapper<T,org.neo4j.graphdb.PropertyContainer>
implements org.neo4j.helpers.collection.ClosableIterable<T>
| Constructor and Description |
|---|
EntityCreatingClosableIterable(org.neo4j.helpers.collection.ClosableIterable<org.neo4j.graphdb.PropertyContainer> iterable,
Class<T> entityClass,
Neo4jEntityPersister entityPersister,
Neo4jTemplate template) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected T |
underlyingObjectToObject(org.neo4j.graphdb.PropertyContainer state) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, iterator, spliteratorpublic EntityCreatingClosableIterable(org.neo4j.helpers.collection.ClosableIterable<org.neo4j.graphdb.PropertyContainer> iterable,
Class<T> entityClass,
Neo4jEntityPersister entityPersister,
Neo4jTemplate template)
protected T underlyingObjectToObject(org.neo4j.graphdb.PropertyContainer state)
underlyingObjectToObject in class org.neo4j.helpers.collection.IterableWrapper<T,org.neo4j.graphdb.PropertyContainer>public void close()
close in interface org.neo4j.helpers.collection.ClosableIterable<T>Copyright © 2011-2015–2015 Pivotal Software, Inc.. All rights reserved.