Uses of Interface
org.hibernate.envers.boot.model.AttributeContainer
-
Packages that use AttributeContainer Package Description org.hibernate.envers.boot.internal org.hibernate.envers.boot.model org.hibernate.envers.boot.spi org.hibernate.envers.configuration.internal.metadata -
-
Uses of AttributeContainer in org.hibernate.envers.boot.internal
Methods in org.hibernate.envers.boot.internal with parameters of type AttributeContainer Modifier and Type Method Description void
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.model Modifier and Type Interface Description interface
Identifier
Common contract for an identifier.Classes in org.hibernate.envers.boot.model that implement AttributeContainer Modifier and Type Class Description class
AbstractIdentifier
Base abstract implementation ofIdentifier
.class
CompositeIdentifier
Represents an identifier based on acomposite-id
mapping.class
DiscriminatorPersistentEntity
A persistent entity mapping that uses a single table to store entities based on a discriminator.class
IdentifierRelation
A contract for identifier relations between persisted entities All attributes stored here are stored in their non-key form, see IdMetadataGenerator.class
Join
Contract that represents a secondary table join that is part of an entity hierarchy.class
JoinedSubclassPersistentEntity
A persistent entity mapping that uses joined table(s) to store the hierarchy of entity types.class
PersistentEntity
Contract for a persisted entity mapping.class
RootPersistentEntity
A persistent entity mapping that represents the root entity of an entity hierarchy.class
SimpleIdentifier
Represents a simple identifier mapping.class
SubclassPersistentEntity
class
UnionSubclassPersistentEntity
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 AttributeContainer Modifier and Type Method Description void
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 AttributeContainer Modifier and Type Method Description boolean
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)
-