JPA:为什么GenerationType.AUTO不能与InheritanceType.TABLE_PER_CLASS策略一起使用

ski*_*kip 6 inheritance auto-generate hibernate-mapping table-per-class jpa-2.1

有人可以解释为什么在映射继承时,InheritanceType.TABLE_PER_CLASS无法使用GenerationType.AUTO策略生成主键值吗?