java - JPA Inheritence Annotation on Sub Entity Hierarchy -


Is it possible to use inheritance annotations and different strategies on different hierarchies?

Inheritance Strategy Hierarchy

  Legacy Strategy and Differential The column is specified in the root of only one unit class hierarchy or sub-table  

but different strategies are allowed? The one unit inheritance legacy hierarchy is not a supported JPA configuration tells the JPA specification: Legacy strategies mix within one:

The combination of legacy strategies in an entity succession hierarchy is not defined by this specification.