public interface TraversalRepository<T>
| Modifier and Type | Method and Description |
|---|---|
<N> Iterable<T> |
findAllByTraversal(N startNode,
org.neo4j.graphdb.traversal.TraversalDescription traversalDescription)
Traversal based finder that returns a lazy Iterable over the traversal results
|
@Transactional <N> Iterable<T> findAllByTraversal(N startNode, org.neo4j.graphdb.traversal.TraversalDescription traversalDescription)
N - Start node entity typestartNode - the node to start the traversal fromtraversalDescription - Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.