Uses of Class
org.hibernate.envers.boot.model.PersistentEntity
-
Packages that use PersistentEntity Package Description org.hibernate.envers.boot.model org.hibernate.envers.configuration.internal.metadata 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 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
RootPersistentEntity
A persistent entity mapping that represents the root entity of an entity hierarchy.class
SubclassPersistentEntity
class
UnionSubclassPersistentEntity
A persistent entity mapping that uses the table-per-class inheritance strategy. -
Uses of PersistentEntity in org.hibernate.envers.configuration.internal.metadata
Methods in org.hibernate.envers.configuration.internal.metadata that return PersistentEntity Modifier and Type Method Description PersistentEntity
EntityMappingData. getEntityDefinition()
PersistentEntity
PersistentEntityInstantiator. instantiate(PersistentClass persistentClass, AuditTableData auditTableData)
Methods in org.hibernate.envers.configuration.internal.metadata with parameters of type PersistentEntity Modifier and Type Method Description void
EntityMappingData. addAdditionalMapping(PersistentEntity mapping)
protected void
AbstractMetadataGenerator. addAuditStrategyAdditionalColumnsToEntity(PersistentEntity entity)
protected void
AbstractMetadataGenerator. addAuditStrategyRevisionEndTimestampOnly(PersistentEntity entity)
void
EntityMappingData. addMapping(PersistentEntity mapping)
-
Uses of PersistentEntity in org.hibernate.envers.strategy.spi
Methods in org.hibernate.envers.strategy.spi that return PersistentEntity Modifier and Type Method Description PersistentEntity
MappingContext. 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)
-