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)