Michael Simons
Michael Simons
Update: Working on the loading atm. If you would declare the ``` @Relationship(type = "RELI", direction = Relationship.Direction.INCOMING) public BugRelationship2 reli; ``` in `BugFrom` as `IncomingBugRelationship`, it would work until...
Hej. Ofc you can have cyclic dependencies in the graph. They are just - at least for us - painful in the OGM, especially when it comes to immutability, which...
We do have this feature in both the JDBC Driver: https://neo4j.com/docs/jdbc-manual/current/configuration/#_metrics and in the common Java Driver as well https://github.com/neo4j/neo4j-java-driver/pull/1682. I'll send this issue to the PM for this driver...
Thanks for the report. Working on a fix.