How to join on none PK/FK columns using HQL?

Posted by yogurt on Stack Overflow See other posts from Stack Overflow or by yogurt
Published on 2009-05-19T14:16:57Z Indexed on 2010/05/11 8:04 UTC
Read the original article Hit count: 165

Filed under:
|

Using HQL, how do you join on columns (or object properties) that are non PK/FK?

I'm reading the docs, and it seems it implicitly is going to join on the PK columns right?

https://www.hibernate.org/hib_docs/nhibernate/html/queryhql.html

© Stack Overflow or respective owner

Related posts about nhibernate

Related posts about hql