|
I think this affects more than just @IdClass. In any entity with joins where there is an @Id column in a @MappedSuperclass you end up getting errors like:
A Foreign key X from Y has the wrong number of column. should be 2
These disappear when using the workaround detailed above.
|