neo4j-java-driver-spring-boot-starter icon indicating copy to clipboard operation
neo4j-java-driver-spring-boot-starter copied to clipboard

Update and Delete operation in spring boot Neo4j doesn't work like JPA

Open kumar-csice opened this issue 3 years ago • 0 comments

I am using spring boot 2.7.6 and storing the hierarchical data in Neo04j. Problems:

  1. Delete the parent node doesn't delete the child nodes Neo4jRepository.deleteById(Long id)
  2. Update on any child node creates new hierarchy structure instead of merging on the existing hierarchy nodes. Neo4jRepository.save(entity)

kumar-csice avatar Dec 29 '22 09:12 kumar-csice