Spring Data Neo4j

Uses of Interface
org.springframework.data.neo4j.support.path.PathMapper

Packages that use PathMapper
org.springframework.data.neo4j.support.path   
 

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

Classes in org.springframework.data.neo4j.support.path that implement PathMapper
 class EntityMapper<S,E,T>
           
static class EntityMapper.WithoutResult<S,E>
           
static class PathMapper.WithoutResult
          callback instead of mapping
 

Methods in org.springframework.data.neo4j.support.path with parameters of type PathMapper
<T> Iterable<T>
PathMappingIterator.mapPaths(Iterable<org.neo4j.graphdb.Path> paths, PathMapper<T> pathMapper)
           
 


Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.