Spring Data Neo4j Repository.save works incorrectly if it performs update -
i tried perform following actions via repository (sdn 4.0.0.rc2):
- i save
entity
propertynull
value - i save
entity
again (i.e update it), property has value
in case updating not performed. value still null. bug?
Comments
Post a Comment