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