Yeah, it looks like it is https://hibernate.atlassian.net/browse/HHH-15150 that we’re getting bit by. Our classes that use EmbeddedId are the ones having this problem. It leads to different cache keys for instance regardless of actual equality (which leads to ballooning of the cache storage). |