@Yoann We do not use composite IDs. So I assume that this is not related. The only advanced features in play are `@Embeddable` (without IDs, but used as elements in `@ElementCollection`) and `@Inheritance(strategy = SINGLE_TABLE)`. I still struggle to extract a minimal reproducer from our project. |