livellosegreto.it is one of the many independent Mastodon servers you can use to participate in the fediverse.
Livello Segreto è il social etico che ha rispetto di te e del tuo tempo.

Administered by:

Server stats:

1.2K
active users

#Springboot

3 posts1 participant0 posts today

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!