Parameter for node object.
Map<String, Object> params = new HashMap<String, Object>();params.put( "node", andreasNode );To write such query is quite handy. Is this a bad practise when I have many nodes?should I use rather traversing a path?thanks for answer(I am still newbie in neo4j)Tomas |