Hello. I am implementing a basic node - [relationship] - node, using a NameEntity class, which has a Relationship(type="LINK", direction = INCOMING) annotation.
The Link class has a TargetNode NameEntity.
I have a unit test which creates three node...