org.springframework.data.neo4j.core
Interface EntityPath<S extends NodeBacked,E extends NodeBacked>
- All Superinterfaces:
- Iterable<org.neo4j.graphdb.PropertyContainer>, org.neo4j.graphdb.Path
- All Known Implementing Classes:
- ConvertingEntityPath
public interface EntityPath<S extends NodeBacked,E extends NodeBacked>
- extends org.neo4j.graphdb.Path
- Since:
- 08.04.11
- Author:
- mh
Methods inherited from interface org.neo4j.graphdb.Path |
endNode, iterator, lastRelationship, length, nodes, relationships, startNode, toString |
startEntity
<T extends NodeBacked> T startEntity(Class<T>... types)
endEntity
<T extends NodeBacked> T endEntity(Class<T>... types)
lastRelationshipEntity
<T extends RelationshipBacked> T lastRelationshipEntity(Class<T>... types)
nodeEntities
<T extends NodeBacked> Iterable<T> nodeEntities()
relationshipEntities
<T extends RelationshipBacked> Iterable<T> relationshipEntities(Class<T>... relationships)
allPathEntities
<T extends GraphBacked> Iterable<T> allPathEntities(Class<T>... relationships)
Copyright © 2011 SpringSource. All Rights Reserved.