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

renaming files in a directory using python or R -

html - outline-style different in chrome compared to firefox and internet explorer -

ruby on rails - Carrierwave Timeout -