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 voidImprovedModifiedColumnNamingStrategy. addModifiedColumns(Configuration configuration, Value value, AttributeContainer mapping, PropertyAuditingData propertyAuditingData)voidLegacyModifiedColumnNamingStrategy. 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 interfaceIdentifierCommon contract for an identifier.Classes in org.hibernate.envers.boot.model that implement AttributeContainer Modifier and Type Class Description classAbstractIdentifierBase abstract implementation ofIdentifier.classCompositeIdentifierRepresents an identifier based on acomposite-idmapping.classDiscriminatorPersistentEntityA persistent entity mapping that uses a single table to store entities based on a discriminator.classIdentifierRelationA contract for identifier relations between persisted entities All attributes stored here are stored in their non-key form, see IdMetadataGenerator.classJoinContract that represents a secondary table join that is part of an entity hierarchy.classJoinedSubclassPersistentEntityA persistent entity mapping that uses joined table(s) to store the hierarchy of entity types.classPersistentEntityContract for a persisted entity mapping.classRootPersistentEntityA persistent entity mapping that represents the root entity of an entity hierarchy.classSimpleIdentifierRepresents a simple identifier mapping.classSubclassPersistentEntityclassUnionSubclassPersistentEntityA 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 voidModifiedColumnNamingStrategy. 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 booleanBasicMetadataGenerator. addBasic(AttributeContainer attributeContainer, PropertyAuditingData propertyAuditingData, Value value, SimpleMapperBuilder mapper, boolean insertable, boolean key)booleanIdMetadataGenerator. addBasic(AttributeContainer attributeContainer, PropertyAuditingData propertyAuditingData, Value value, SimpleIdMapperBuilder mapper, boolean key)voidComponentMetadataGenerator. addComponent(AttributeContainer attributeContainer, PropertyAuditingData propertyAuditingData, Value value, CompositeMapperBuilder mapper, String entityName, EntityMappingData mappingData, boolean firstPass)booleanIdMetadataGenerator. addManyToOne(AttributeContainer attributeContainer, PropertyAuditingData propertyAuditingData, Value value, SimpleMapperBuilder mapper)protected voidAbstractMetadataGenerator. addRevisionTypeToAttributeContainer(AttributeContainer container, boolean key)voidToOneRelationMetadataGenerator. addToOne(AttributeContainer mapping, PropertyAuditingData propertyAuditingData, Value value, CompositeMapperBuilder mapper, String entityName, boolean insertable)voidValueMetadataGenerator. addValue(AttributeContainer attributeContainer, Value value, PropertyAccessStrategy propertyAccessStrategy, CompositeMapperBuilder currentMapper, String entityName, EntityMappingData mappingData, PropertyAuditingData propertyAuditingData, boolean insertable, boolean firstPass, boolean processModifiedFlags)
-