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.

Martin
Node Link
since ‎08-25-2018
‎06-01-2022

User Statistics

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

User Activity

Just curious about the status of GQL that was in the wind about a year ago (https://gql.today/). Does anyone know what happened to the project?
Hi, I can't seem to remove a an entry from a map property of a node. For instance if the node Test with id "testId" has a map with the mapping "1" to "2" the code below will not remove that entry. class Test { @Id String id; @Properties Map<Str...
Are property dense nodes in Neo4j problematic in a similar way denormalized tables are in SQL? I have large amounts of aggregated properties I need to store for alot of smaller subgraphs (around 150 properties per subgraph, too many to aggregate on t...
Hi again, I've been having some trouble with changing the labels for my nodes with the neo4j-ogm framework. While using the @Labels annotation for a collection of labels I can load labels from the graph just fine, as well as store new labels, but if ...
Hi, I have been struggling for a while to use the ogm-driver to load relationships of collections of child classes. @Relationship(type = "HAS_INGREDIENT") Set<Ingredient> ingredients; When instantiated to contain some objects that inherit fr...