| Change By: |
Mark Klein |
| Summary: |
If i use @Query("from Object o where o.variable IN (:parameter) ") Hibernate 6 fails when use IN-Clause in Spring Boot/JPA with NotYetImplementedFor6Exception / PluralValuedSimplePathInterpretation. Without the IN-Clause all works fine. |
|