jpql « Test « JPA Q&A





1. JPQL test if value is in an array    stackoverflow.com

I was trying to do something that apparently doesn't work in JPQL: JPQL:

select c from Car c
        left join fetch c.owner
     ...