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 -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -