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.

rdkolhe
Node
since ‎10-07-2021
‎06-01-2022

User Statistics

  • 6 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

In my code neo4jTemplate.findAll(type) is not working ..getResults always give null result here "type" is Relationship or Node entity
Hi my cypher query is -"RETURN apoc.coll.remove([1,3,5,7,9], 1, 2) AS output" I am getting error org.springframework.dao.InvalidDataAccessResourceUsageException: Unknown function 'apoc.coll.remove' help!
Hi my DTO looks like below: CompileStatic RelationshipProperties class Contains implements GraphRelationship { Id GeneratedValue Long id Contains() { // Keep OGM Happy } Contains(GraphNode mappingGroup, GraphNode mapping) { this.startEntity = mapping...
Hi I have a query to that unwinds the list of custom objects But after upgrading to neo4j 4.2 it is not working error is : : Unable to convert groovy.lang.MetaClassImpl to Neo4j Value.