Uses of Interface
org.hibernate.envers.boot.model.AttributeContainer
Packages that use AttributeContainer
-
Uses of AttributeContainer in org.hibernate.envers.boot.model
Subinterfaces of AttributeContainer in org.hibernate.envers.boot.modelClasses in org.hibernate.envers.boot.model that implement AttributeContainerModifier and TypeClassDescriptionclass
Base abstract implementation ofIdentifier
.class
Represents an identifier based on acomposite-id
mapping.class
A persistent entity mapping that uses a single table to store entities based on a discriminator.class
A contract for identifier relations between persisted entities All attributes stored here are stored in their non-key form, see IdMetadataGenerator.class
Contract that represents a secondary table join that is part of an entity hierarchy.class
A persistent entity mapping that uses joined table(s) to store the hierarchy of entity types.class
Contract for a persisted entity mapping.class
A persistent entity mapping that represents the root entity of an entity hierarchy.class
Represents a simple identifier mapping.class
class
A persistent entity mapping that uses the table-per-class inheritance strategy. -
Uses of AttributeContainer in org.hibernate.envers.boot.spi
Methods in org.hibernate.envers.boot.spi with parameters of type AttributeContainerModifier and TypeMethodDescriptionvoid
ModifiedColumnNamingStrategy.addModifiedColumns
(Configuration configuration, Value value, AttributeContainer mapping, org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData propertyAuditingData) Adds modified columns to the audited entity metamodel.