segue meu code
Tabela a esta no pacote A
Tabela b esta no pacote B
select u from tabela_a a join fetch tabela_b b
where b.fk = :parametro and
a.nome like :parametro
recebo o seguinte erro
Caused by: org.hibernate.hql.internal.ast.QuerySyntaxException: Path expected for join!