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.

mrksph
Node Clone

Hi,

I am trying to execute a dynamic query, which its number of params can vary, against Neo4j using Spring Boot.

I've tried using Neo4jClient and Neo4jTemplate but the Neo4jTemplate methods don't work for me so I'm left with Neo4jClient and its awful mapping system which is not the easiest way to map a path into a List of objects.

What I'm trying right now is to somehow save the segments and then later retrieve each node separately but I've yet to see if this will work.

Any help is appreciated.
Thanks

Version history
Last update:
‎03-26-2021 02:57 AM
Updated by:
Contributors