Uses of Interface
org.hibernate.envers.boot.model.AttributeContainer
Packages that use AttributeContainer
Package
Description
-
Uses of AttributeContainer in org.hibernate.envers.boot.internal
Methods in org.hibernate.envers.boot.internal with parameters of type AttributeContainerModifier and TypeMethodDescriptionvoid
ImprovedModifiedColumnNamingStrategy.addModifiedColumns
(Configuration configuration, Value value, AttributeContainer mapping, PropertyAuditingData propertyAuditingData) void
LegacyModifiedColumnNamingStrategy.addModifiedColumns
(Configuration configuration, Value value, AttributeContainer mapping, PropertyAuditingData propertyAuditingData) -
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, PropertyAuditingData propertyAuditingData) Adds modified columns to the audited entity metamodel. -
Uses of AttributeContainer in org.hibernate.envers.configuration.internal.metadata
Methods in org.hibernate.envers.configuration.internal.metadata with parameters of type AttributeContainerModifier and TypeMethodDescriptionboolean
BasicMetadataGenerator.addBasic
(AttributeContainer attributeContainer, PropertyAuditingData propertyAuditingData, Value value, SimpleMapperBuilder mapper, boolean insertable, boolean key) boolean
IdMetadataGenerator.addBasic
(AttributeContainer attributeContainer, PropertyAuditingData propertyAuditingData, Value value, SimpleIdMapperBuilder mapper, boolean key) void
ComponentMetadataGenerator.addComponent
(AttributeContainer attributeContainer, PropertyAuditingData propertyAuditingData, Value value, CompositeMapperBuilder mapper, String entityName, EntityMappingData mappingData, boolean firstPass) boolean
IdMetadataGenerator.addManyToOne
(AttributeContainer attributeContainer, PropertyAuditingData propertyAuditingData, Value value, SimpleMapperBuilder mapper) protected void
AbstractMetadataGenerator.addRevisionTypeToAttributeContainer
(AttributeContainer container, boolean key) void
ToOneRelationMetadataGenerator.addToOne
(AttributeContainer mapping, PropertyAuditingData propertyAuditingData, Value value, CompositeMapperBuilder mapper, String entityName, boolean insertable) void
ValueMetadataGenerator.addValue
(AttributeContainer attributeContainer, Value value, PropertyAccessStrategy propertyAccessStrategy, CompositeMapperBuilder currentMapper, String entityName, EntityMappingData mappingData, PropertyAuditingData propertyAuditingData, boolean insertable, boolean firstPass, boolean processModifiedFlags)