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...
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.
i got this type error.Caused by: org.springframework.core.convert.ConverterNotFoundException: No converter found capable of converting from type [java.util.HashMap] to type [org.neo4j.driver.Value]at org.springframework.core.convert.support.GenericCo...
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....