I want to group common mappings in an interface, but I cannot use an abstract superclass because my entities already extend another class
interface
abstract superclass
class
No. As stated here:
JPA has no direct support for interfaces or variable relationships.