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.

BhavinPanchal
Node Link
since ‎06-05-2022
‎08-04-2022

User Statistics

  • 7 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

The below query works fine in SDN 5. But in SDN 6 they throw errors.@Query("UNWIND {0} AS row "+ "MATCH (activity:Activity{guid:row.actGuid}), (actor:Actor{guid:row.ownerGuid})"+ "CREATE (activity)<-[:OWNER_OF]-(actor)"+ "RETURN activity.guid")public...
How to pass a list of maps in UNWIND query using neo4jClient? Regards, Bhavin Panchal
 I am using SDN 6. but in this version, I got this type of error: the Caused by: java.lang.IllegalArgumentException: The repository id type class java.lang.String differs from the entity id type class java.lang.Long. at org.springframework.data.neo4j...
In the new version of neo4j cypher DSL, the identifier does not support also some other property does not support like node, a label so anyone please tell me what is the solution for that.Thank You in Advance.