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 TypeClassDescriptionclassBase abstract implementation ofIdentifier.classRepresents an identifier based on acomposite-idmapping.classA persistent entity mapping that uses a single table to store entities based on a discriminator.classA contract for identifier relations between persisted entities All attributes stored here are stored in their non-key form, see IdMetadataGenerator.classContract that represents a secondary table join that is part of an entity hierarchy.classA persistent entity mapping that uses joined table(s) to store the hierarchy of entity types.classContract for a persisted entity mapping.classA persistent entity mapping that represents the root entity of an entity hierarchy.classRepresents a simple identifier mapping.classclassA 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 TypeMethodDescriptionvoidModifiedColumnNamingStrategy.addModifiedColumns(Configuration configuration, org.hibernate.mapping.Value value, AttributeContainer mapping, org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData propertyAuditingData) Adds modified columns to the audited entity metamodel.