Hello,
Using a Neo4jTemplate, I have this use case where I:
1) Use Neo4jTemplate#findAll(Statement, NodeType.class) to fetch a sub graph
2) Create a createdNode (RelatedNode class) connected to several nodes of the sub graph
3) Use Neo4jTemplate#save...