Uses of Interface
org.hibernate.envers.boot.model.JoinAwarePersistentEntity
-
Packages that use JoinAwarePersistentEntity Package Description org.hibernate.envers.boot.model -
-
Uses of JoinAwarePersistentEntity in org.hibernate.envers.boot.model
Classes in org.hibernate.envers.boot.model that implement JoinAwarePersistentEntity Modifier and Type Class Description class
DiscriminatorPersistentEntity
A persistent entity mapping that uses a single table to store entities based on a discriminator.class
RootPersistentEntity
A persistent entity mapping that represents the root entity of an entity hierarchy.
-