Spring Data Neo4j Create duplicate nodes with underscore
问题 When i am persisting nodes in database using spring data neo4j. it persist duplicate nodes like "person" and "_person". it both contains same data. so i want to stop this behaviour of sdn. I am not using any inheritance and simply each class is having all properties. Also if i insert data from neo4j server directly ,sdn is not getting it. 回答1: The nodes are not being duplicated (you should see the same node ID on tour example person and _person). What you are seeing is the type representation