How to join PK / FK columns using HQL?
Using HQL, how do you join columns (or object properties) that are not PK / FK?
I am reading the docs and it seems like it is implicitly going to join the PK columns correctly?
https://www.hibernate.org/hib_docs/nhibernate/html/queryhql.html
+1
a source to share
2 answers