Spring Data Neo4j

org.springframework.data.neo4j.support.path
Class EntityPathPathIterableWrapper<S,E>

java.lang.Object
  extended by org.neo4j.helpers.collection.IterableWrapper<EntityPath<S,E>,org.neo4j.graphdb.Path>
      extended by org.springframework.data.neo4j.support.path.EntityPathPathIterableWrapper<S,E>
All Implemented Interfaces:
Iterable<EntityPath<S,E>>

public class EntityPathPathIterableWrapper<S,E>
extends org.neo4j.helpers.collection.IterableWrapper<EntityPath<S,E>,org.neo4j.graphdb.Path>

Since:
04.04.11
Author:
mh

Constructor Summary
EntityPathPathIterableWrapper(Iterable<org.neo4j.graphdb.Path> paths, Neo4jTemplate template)
           
 
Method Summary
protected  EntityPath<S,E> underlyingObjectToObject(org.neo4j.graphdb.Path path)
           
 
Methods inherited from class org.neo4j.helpers.collection.IterableWrapper
iterator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityPathPathIterableWrapper

public EntityPathPathIterableWrapper(Iterable<org.neo4j.graphdb.Path> paths,
                                     Neo4jTemplate template)
Method Detail

underlyingObjectToObject

protected EntityPath<S,E> underlyingObjectToObject(org.neo4j.graphdb.Path path)
Specified by:
underlyingObjectToObject in class org.neo4j.helpers.collection.IterableWrapper<EntityPath<S,E>,org.neo4j.graphdb.Path>

Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.