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.

noorani_bakeral
Node
since ‎05-06-2019
‎06-01-2022

User Statistics

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

User Activity

Suppose I have a class as follows: @NodeEntity public class Car{ @Id String plateNumber; @Property String color; } @NodeEntity public class Person { @Property String idCardNumber; Map <String, Car> cars; } How to define a relat...
I am a MappingException error when executing the following piece of code: Configuration configuration = new Configuration.Builder() .uri("file:///var/lib/neo4j/data/databases/graph.db") .credentials("neo4j","no...