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.

dmodi
Node
since ‎11-29-2018
‎06-01-2022

User Statistics

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

User Activity

Hi All, I am trying to use session from Spring Data Neo4j framework. I have the following session initiation method right now, but it is only a work around. Configuration configuration = new Configuration.Builder() .uri("bolt:...
Hello Everyone, I am using Spring Boot with Neo4j-OGM. I am facing a problem while mapping a relationship inside @NodeEntity. Here is what my code looks like: @NodeEntity public class Product { @Id @GeneratedValue private Long id; @Property(name="...