How an ORM association becomes a graph edge. hasMany/hasOne become an
OUTBOUND edge from the source node; belongsTo becomes an INBOUND edge
(the inverse); belongsToMany becomes an OUTBOUND edge over the join
relationship. The edge label defaults to a derived name but can be set
explicitly.
How an ORM association becomes a graph edge.
hasMany/hasOnebecome an OUTBOUND edge from the source node;belongsTobecomes an INBOUND edge (the inverse);belongsToManybecomes an OUTBOUND edge over the join relationship. The edge label defaults to a derived name but can be set explicitly.