Skip to:
in Hibernate 5 we had an entity with composite pripary key, @IdClass annotation was used there. After upgrade to H6 (6.2.0.CR4) we face an issue where part of primary key is not returned when querying. It then causes following issue:
@IdClass
I've created a reproducer:
Zulip discussion: https://hibernate.zulipchat.com/#narrow/stream/132096-hibernate-user/topic/H5-.3EH6.20Entity.20in.20key.20not.20returned.20when.20querying.20with.20H6Tracked issue in Keycloak:
in Hibernate 5 we had an entity with composite pripary key,
@IdClass
annotation was used there. After upgrade to H6 (6.2.0.CR4) we face an issue where part of primary key is not returned when querying. It then causes following issue:I've created a reproducer: