When you combine a JPQL query with an in clause and a @NamedEntityGraph you get a NullPointerException in org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:67) when you execute the query.
I created a Maven project that shows this bug on https://github.com/desmethans/entitygraphandinclausebug.git
|