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.

martin_lachance
Node
since ‎11-11-2020
‎06-01-2022

User Statistics

  • 4 Posts
  • 0 Solutions
  • 1 Kudos given
  • 0 Kudos received

User Activity

In Spring Data Neo4j 6.0.2 (SNAPSHOT), it seems that bidrectional relationships generate unnecessary statements. Let's say we have: @Node public class EntityA { @Id @GeneratedValue(UUIDStringGenerator.class) public String id; @Relationsh...
(same question was posted on StackOverflow 7 days ago: https://stackoverflow.com/questions/64859925/spring-data-neo4j-6-findall-operation-doesnt-map-relationships-properly) In Spring Data Neo4j 6 (6.0.1), a basic Neo4jTemplate findAll() operation wit...
I am trying out SDN 6.0.1 and am trying to figure out what is the default query depth for generated repository queries. I cannot find anything about it in the documentation. Also, is there a way to adjust the depth of the query, as it was possible wi...
Kudos given to