cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

MaltePetersen
Node
since ‎05-06-2021
‎06-01-2022

User Statistics

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I user spring-boot-starter-data-neo4j version 2.4.5 If I try to delete a Pojo like this: pojoRepository.deleteById(pojo.getCompletePath()); The pojo is deleted but the attributes still exist. Shouldnt the attributes get deleted together wi...
I user spring-boot-starter-data-neo4j version 2.4.5 I think it has something to do with the following warning: Instances of class de.fh.kiel.advancedjava.pojomodel.model.Pojo with an assigned id will always be treated as new without version property!...