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.

LeonWu
Node
since ‎09-21-2022
‎09-22-2022

User Statistics

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

User Activity

@Node("Person") @Data public class PersonEntity { @Id @GeneratedValue private Long id; @Property(name = "name") private final String name; @Property(name = "born") private final Integer born; @Relationship(type = "FRI...