neo4jspring-data-neo4j-4neo4j-ogm

How to add labels dynamically to nodes in Neo4j from neo4j-ogm or spring-data-neo4j?


When I create a node, I want to add multiple labels, known at run-time, to the node. Is it possible to this in neo4j-ogm or spring-data-neo4j?


Solution

  • This isn't supported in the current version but is on the roadmap.