Hi,
I have an object that references another object
@NodeEntity
public class Check {
@Relationship(type="PART_OF", direction=Relationship.OUTGOING)
protected CheckGroup associatedGroup = null;
As the application executes the user can bind a Check in...