Spring Data Neo4j

Uses of Interface
org.springframework.data.neo4j.core.EntityPath

Packages that use EntityPath
org.springframework.data.neo4j.aspects.core   
org.springframework.data.neo4j.support.path   
 

Uses of EntityPath in org.springframework.data.neo4j.aspects.core
 

Methods in org.springframework.data.neo4j.aspects.core that return types with arguments of type EntityPath
<S extends NodeBacked,E extends NodeBacked>
Iterable<EntityPath<S,E>>
NodeBacked.findAllPathsByTraversal(org.neo4j.graphdb.traversal.TraversalDescription traversalDescription)
          Perform a traversal from this entity's underlying node with the given traversal description.
 

Uses of EntityPath in org.springframework.data.neo4j.support.path
 

Classes in org.springframework.data.neo4j.support.path that implement EntityPath
 class ConvertingEntityPath<S,E>
           
 

Methods in org.springframework.data.neo4j.support.path that return EntityPath
protected  EntityPath<S,E> EntityPathPathIterableWrapper.underlyingObjectToObject(org.neo4j.graphdb.Path path)
           
 

Methods in org.springframework.data.neo4j.support.path with parameters of type EntityPath
abstract  void EntityMapper.WithoutResult.doWithPath(EntityPath<S,E> entityPath)
           
abstract  org.neo4j.graphdb.traversal.Evaluation EntityEvaluator.evaluate(EntityPath<S,E> path)
           
abstract  T EntityMapper.mapPath(EntityPath<S,E> entityPath)
           
 Void EntityMapper.WithoutResult.mapPath(EntityPath<S,E> entityPath)
           
 


Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.