HQL query to join 2 tables with the same key

Posted by kawtousse on Stack Overflow See other posts from Stack Overflow or by kawtousse
Published on 2010-05-05T15:44:49Z Indexed on 2010/05/05 15:48 UTC
Read the original article Hit count: 169

Filed under:

Hi everyone Iam trying to this in HQL: select A.a A.a1, B.b,B.b1 from A,B where A.x=B.x; It is simple to realize the join with sql but when returninig in HQL I find a problem. would you please give me the HQL syntax for the join Thanks for help.

© Stack Overflow or respective owner

Related posts about hql