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

swift - Button on Table View Cell connected to local function -

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

c# - ajax - How to receive data both html and json from server? -