How can I mix inheritance strategies (SINGLE_TABLE and TABLE_PER_CLASS) with Hibernate 6.4/JPA?
I am trying to design an entity model with inheritance that also supports maintaining draft and publish states of the entities. I am using JPA annotations with Hibernate implementation (version 6.5). I have the following entity model