The following Entities are given
Until Version 5.3.20.Final the following HQL-Statement generates a correct SQL-Update-Statement session.createQuery("update Nachricht set titel='abc' where sender.id=:pnutzerid "); Correct generated SQL-Statement is:
After Upgrading to version 5.3.21.Final the same HQL generates the following wrong SQL-Statement
Has this change been made deliberately or is it a bug? A complete example to reproduce the error is attached. Change the hibernate-Version in the pom.xml |