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.

richard_skallos
Node Link
since ‎09-17-2019
‎06-01-2022

User Statistics

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

User Activity

Given nodes (a:NodeA)-[r:hasCapability]->(b:NodeB) can a DTO class based projection use classes to describe NodeA and NodeB or must the DTO class be a single class and only contain primitive types when using a custom @Query? public class NodeA { ...
Is there a way to use findBy.. to retrieve a subset of a graph model based on a relationship property value? Example: Given nodes A, B. A is related to node B by R. R has a r.type property. The following model classes exist. A and B are @Node cla...
I’m using Spring Boot with Neo4j. I’m able to specify several @RequestParam parameters in my controller. And, in my repository, I’m able to build @Query cypher statements and return specific custom query results. I would like to create dynamic qu...
Kudos from