mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-10 13:14:50 +00:00
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.