Can no longer use @MappedSuperclass and @Inheritance annotations in Hibernate 5.4

The mapping is wrong according to the JPA specs. Remove @MappedSuperclass and it should work just fine.