Uses of Interface
org.hibernate.envers.boot.model.AttributeContainer
-
Packages that use AttributeContainer Package Description org.hibernate.envers.boot.model org.hibernate.envers.boot.spi -
-
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, org.hibernate.mapping.Value value, AttributeContainer mapping, org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData propertyAuditingData)Adds modified columns to the audited entity metamodel.
-