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.

dwaynetherock
Node
since ‎11-15-2018
‎06-01-2022

User Statistics

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi everyone, I'm having some issues getting a neo4j RelationshipEntity persisted with neo4j and Spring Boot. I have a simple NodeEntity, which contains a collection for the RelationshipEntity: @NodeEntity public class Book { @Id @GeneratedVal...