JPA frustration of the day:
Why can’t I override an @ElementCollection in a subclass?
I just want to change the table name without redefining the entire map in the concrete class! But no, JPA doesn’t support @AttributeOverride for @ElementCollection, so I’m stuck copy-pasting.
Hibernate, please, let me override collection mappings like normal fields!