neo4j-java-driver-spring-boot-starter
neo4j-java-driver-spring-boot-starter copied to clipboard
Update and Delete operation in spring boot Neo4j doesn't work like JPA
I am using spring boot 2.7.6 and storing the hierarchical data in Neo04j. Problems:
- Delete the parent node doesn't delete the child nodes Neo4jRepository.deleteById(Long id)
- Update on any child node creates new hierarchy structure instead of merging on the existing hierarchy nodes. Neo4jRepository.save(entity)