diff --git a/reference/en/modules/inheritance_mapping.xml b/reference/en/modules/inheritance_mapping.xml index 83ae29e7aa..236e853509 100644 --- a/reference/en/modules/inheritance_mapping.xml +++ b/reference/en/modules/inheritance_mapping.xml @@ -213,7 +213,7 @@ - + Table per concrete class @@ -223,7 +223,7 @@ - + ... @@ -247,7 +247,10 @@ The limitation of this approach is that if a property is mapped on the superclass, the column name must be the same on all subclass tables. - (We might relax this in a future release of Hibernate.) + (We might relax this in a future release of Hibernate.) The identity + generator strategy is not allowed in union subclass inheritance, indeed + the primary key seed has to be shared accross all unioned subclasses + of a hierarchy.