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.

dijkvanjaap
Node
since ‎11-19-2020
‎06-01-2022

User Statistics

  • 3 Posts
  • 0 Solutions
  • 1 Kudos given
  • 0 Kudos received

User Activity

The following like loads "too much" data: object = session.load(objectclass.class, simID.longValue(), 5); Its working as it should but i would like to exclude one specific relation from the load. How can i exclude for example the objectclass.items "H...
So when i remove the grey node, the green, pink and darkgreen nodes will be deleted as well. I tried: session.delete(thisnode.class, id, 5) And a cypher solution is fine too, this didnt work either: MATCH (n:thisnode)--(e) DETACH DELETE n,e; What wo...
Kudos given to