Re: [Neo4j] Spring Neo4jTemplate

2011-02-28 Thread Michael Hunger
r will be post-traversal? I'm not certain if there would >> be any performance advantage to doing it inside the traversal as an >> evaluator, but it was something I was pondering on my own. Just haven't >> had >> time to try it out. >> >> -- >> Vi

Re: [Neo4j] Spring Neo4jTemplate

2011-02-28 Thread Michael Hunger
e filter will be post-traversal? I'm not certain if there would > be any performance advantage to doing it inside the traversal as an > evaluator, but it was something I was pondering on my own. Just haven't had > time to try it out. > > -- > View this message in

Re: [Neo4j] Spring Neo4jTemplate

2011-02-28 Thread David Montag
as something I was pondering on my own. Just haven't > had > time to try it out. > > -- > View this message in context: > http://neo4j-user-list.438527.n3.nabble.com/Neo4j-Spring-Neo4jTemplate-tp2525460p2598691.html > Sent from the Neo4J User List mailing list archive a

Re: [Neo4j] Spring Neo4jTemplate

2011-02-28 Thread cedric.hurst
as an evaluator, but it was something I was pondering on my own. Just haven't had time to try it out. -- View this message in context: http://neo4j-user-list.438527.n3.nabble.com/Neo4j-Spring-Neo4jTemplate-tp2525460p2598691.html Sent from the Neo4J User List mailing list a

Re: [Neo4j] Spring Neo4jTemplate

2011-02-28 Thread David Montag
;> if(path.endNode() instanceof TypeB) { > >> return Evaluator.INCLUDE_AND_PRUNE > >> } else { > >> return Evaluator.EXCLUDE_AND_PRUNE > >> } > >> } > >> } > >> > >> It seems like the template should be able to provide t

Re: [Neo4j] Spring Neo4jTemplate

2011-02-23 Thread cedric.hurst
de >>       public Void mapPath(GraphPath graphPath) { >>           eachPath(graphPath); >>           return null; >>       } >> } >> >> interface GraphPath { >>   NodeBacked startNode(); >>   NodeBacked endNode(); >>   ... >&

Re: [Neo4j] Spring Neo4jTemplate

2011-02-23 Thread David Montag
ond the simple instanceof example I > gave, I think it would also be useful for evaluating paths using on > NodeEntity properties rather than having to call > node.getProperty('somePropertyNameThatIWillProbablyMisspell'). > > Not sure if my request makes sense

Re: [Neo4j] Spring Neo4jTemplate

2011-02-23 Thread Michael Hunger
Beyond the simple instanceof example I > gave, I think it would also be useful for evaluating paths using on > NodeEntity properties rather than having to call > node.getProperty('somePropertyNameThatIWillProbablyMisspell'). > > Not sure if my request makes sen

Re: [Neo4j] Spring Neo4jTemplate

2011-02-23 Thread cedric.hurst
lot easier. -- View this message in context: http://neo4j-user-list.438527.n3.nabble.com/Neo4j-Spring-Neo4jTemplate-tp2525460p2563548.html Sent from the Neo4J User List mailing list archive at Nabble.com. ___ Neo4j mailing list User@lists.neo4j.org https:

[Neo4j] Spring Neo4jTemplate

2011-02-18 Thread Michael Hunger
Dear Graphsters (or is it Graphists/Graphistas ?), I'm currently thinking about the API of a possible Neo4jTemplate and am not making so much progress. Perhaps those of you that have been to Spring-land have some good ideas on how to continue. My main problem is that the typical Spring template