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.

ad_van_ommen
Node
since ‎06-04-2019
‎06-01-2022

User Statistics

  • 5 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Documentation in Java Reference 5.3 is clear enough: When adding, changing or removing a property on a node or relationship a write lock will be taken on the specific node or relationship.When creating or deleting a node a write lock will be taken fo...
The @Procedure annotated method with return value of type Stream will allow it to be used streaming. This is functioning as expected as long as the mode=READ. When deploying as an extension, a client can obtain some of the results before all of them...
versions: Java 8, neo4j 3.5.2 I seek advice on finding specific nodes by property only Writing a custom procedure, I observed that the GraphDatabaseService interface has methods to find nodes with a given label and optionally a number of matching pro...