Uses of Class
org.hibernate.envers.boot.model.PersistentEntity
Packages that use PersistentEntity
-
Uses of PersistentEntity in org.hibernate.envers.boot.model
Subclasses of PersistentEntity in org.hibernate.envers.boot.modelModifier and TypeClassDescriptionclassA persistent entity mapping that uses a single table to store entities based on a discriminator.classA persistent entity mapping that uses joined table(s) to store the hierarchy of entity types.classA persistent entity mapping that represents the root entity of an entity hierarchy.classclassA 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 PersistentEntityConstructors in org.hibernate.envers.strategy.spi with parameters of type PersistentEntityModifierConstructorDescriptionMappingContext(PersistentEntity mapping, Configuration configuration, String revisionInfoPropertyType, String revisionInfoExplicitTypeName, boolean revisionEndTimestampOnly)