Spring Data Neo4j Repository.save works incorrectly if it performs update -


i tried perform following actions via repository (sdn 4.0.0.rc2):

  1. i save entity property null value
  2. i save entity again (i.e update it), property has value

in case updating not performed. value still null. bug?


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

dns - Dokku server hosts two sites with TLD's, both domains are landing on only one app -

Delphi 7 and decode UTF-8 base64 -