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.

surjit_bhachu
Node
since ‎09-17-2021
‎06-01-2022

User Statistics

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

User Activity

I'm new to Cypher-DSL and starting to build some dynamic queries in Spring Neo4J. I see in the documentation that you can use equalsIgnoreCase for Querydsl Predicate Predicate predicate = user.firstname.equalsIgnoreCase("dave") .and(user.last...
Hi all, I am using Spring Data Neo4J 6.1.2 and would like to know if you can apply projections to dynamic relationships to retrieve only fields I am interested in. Sample of node class: @Node("Entity") @Data public class Entity { @Id @Genera...
Hi all, I am using Spring Data Neo4J 6.1.2 and would like to retrieve node entities by a relationship property. I am currently using dynamic relationships. On the node entity I have this: @Node("Entity") @Data public class Entity { @Id @Gene...