I have an object, lets call it References, and I connected it in OneToOne relationship to another object Article (for example). now I have a field called “reference” on the article row containing the reference ID.
In the Reference(ID) dynamic page I would like to get to the Article that is connected to that reference. This is available in most ORM systems and called “back reference”. How can I do this (preferably without another query to the db)