I have two kotlin JPA-Hibernate-Entity classes: BaseEntity & DerivedEntity, DerivedEntity extends the BaseEntity.
@Entity @Table(name = "base_entity&