Hey,

> Thats exactly what I did.
> 
> class MappingPipe extends AbstractPipe<Vertex, T> implements Pipe<Vertex, T> {
>        @Override
>        protected T processNextStart() throws NoSuchElementException {
>            Vertex v = this.starts.next();
>            return findById((Long) v.getId());
>        }
>    }
> 
> I'm just not sure if findById((Long) v.getId()); is the best way to
> map. findById is provided by NodeFinder of spring data.

Hmm.. Sorry, I don't know anything about NodeFinder nor do I grock the Neo4j 
Spring work :(. I suppose someone else will have to help you there.. Sorry.

Marko.
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to