Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
05-06-2019 10:27 AM
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 relationship from the class Person
and Car
given the it's a map that is being used in the class Person
?
All the sessions of the conference are now available online