I have two tables which I need to be joined but there in no relation specified in the entity. Can I write something like
select uc.id, uc.name, mpn.name from UCR uc, MpnMapping mpn
I'm getting an error called Exception in thread "main" org.hibernate.hql.ast.QuerySyntaxException: unexpected token