The behavior is documented, and the scope of an implicit join is to simplify nested property navigations, not to generate EXISTS or IN queries as you are suggesting. Since you can easily express your query with JPQL using either explicit JOINs, EXISTS or IN clauses, there is no need to open this issue. |