How does merging work in Neo4J using SDG? I know with JPA, the EntityManager took care of merging the entity state with the persistence context. Is there something similar with Neo4J when a node enters a detached state, and needs merged back into the graph database context?
