Uses of Class
org.hibernate.envers.boot.model.SubclassPersistentEntity
Packages that use SubclassPersistentEntity
-
Uses of SubclassPersistentEntity in org.hibernate.envers.boot.model
Subclasses of SubclassPersistentEntity in org.hibernate.envers.boot.modelModifier and TypeClassDescriptionclass
A persistent entity mapping that uses a single table to store entities based on a discriminator.class
A persistent entity mapping that uses joined table(s) to store the hierarchy of entity types.class
A persistent entity mapping that uses the table-per-class inheritance strategy.