mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-09 20:54:46 +00:00
25554375f2
When the JPA query compliance mode is disabled (the default), it should be possible to include subqueries in select clauses of a criteria query. This was previously accepted due to a bug. After having fixed HHH-13001, we started to throw an IllegalStateException.