Uses of Class
org.hibernate.envers.boot.model.PersistentEntity
-
Packages that use PersistentEntity Package Description org.hibernate.envers.boot.model org.hibernate.envers.strategy.spi -
-
Uses of PersistentEntity in org.hibernate.envers.boot.model
Subclasses of PersistentEntity in org.hibernate.envers.boot.model Modifier and Type Class Description classDiscriminatorPersistentEntityA persistent entity mapping that uses a single table to store entities based on a discriminator.classJoinedSubclassPersistentEntityA persistent entity mapping that uses joined table(s) to store the hierarchy of entity types.classRootPersistentEntityA persistent entity mapping that represents the root entity of an entity hierarchy.classSubclassPersistentEntityclassUnionSubclassPersistentEntityA persistent entity mapping that uses the table-per-class inheritance strategy. -
Uses of PersistentEntity in org.hibernate.envers.strategy.spi
Methods in org.hibernate.envers.strategy.spi that return PersistentEntity Modifier and Type Method Description PersistentEntityMappingContext. getEntityMapping()Constructors in org.hibernate.envers.strategy.spi with parameters of type PersistentEntity Constructor Description MappingContext(PersistentEntity mapping, Configuration configuration, String revisionInfoPropertyType, String revisionInfoExplicitTypeName, boolean revisionEndTimestampOnly)
-