I have two entities Contact/ContactEmail. Both has a partitionkey. When i update the contact entity, the generated query is incorrect. I am using Spring Boot 3.1.0 and Hibernate 6.2.2.Final I am able to replicate the issue with a valid testcase as well. https://github.com/hibernate/hibernate-test-case-templates/pull/281/files |