Neo4jTemplate sometimes doesn't save entity correctly when using projections #2661
Labels
status: needs-investigation
An issue that has been triaged but needs further investigation
Milestone
Hi, I have recently find that sometimes the entities are not saving correctly when using Neo4jTemplate.saveAs(entity, projection.class).
You can find a demo in my repository. You can call the endpoint '/entity/example' to reproduce the problem.
In my demo, sometimes the entity 'Identifier' is empty, sometimes it's not.
You can find a video attached at the root of the project.
I can't figure out if its the problem in the driver or in Neo4jTemplate.
Thanks in advance for your response.
The text was updated successfully, but these errors were encountered: