Package org.hibernate.boot.internal
Annotation Interface Extends
Used in mapping dynamic models to specify from which other entity an entity extends.
-
Required Element Summary
Required Elements
-
Element Details
-
superType
String superTypeThe type extended. String because dynamic models have named "classes".
-