Uses of Interface
org.hibernate.envers.internal.entities.mapper.id.SimpleIdMapperBuilder
Packages that use SimpleIdMapperBuilder
Package
Description
-
Uses of SimpleIdMapperBuilder in org.hibernate.envers.configuration.internal.metadata
Methods in org.hibernate.envers.configuration.internal.metadata with parameters of type SimpleIdMapperBuilderModifier and TypeMethodDescriptionboolean
IdMetadataGenerator.addBasic
(AttributeContainer attributeContainer, PropertyAuditingData propertyAuditingData, Value value, SimpleIdMapperBuilder mapper, boolean key) -
Uses of SimpleIdMapperBuilder in org.hibernate.envers.internal.entities.mapper.id
Classes in org.hibernate.envers.internal.entities.mapper.id that implement SimpleIdMapperBuilderModifier and TypeClassDescriptionclass
An abstract identifier mapper implementation specific for composite identifiers.class
An identifier mapper implementation forEmbeddedId
mappings.class
class
An identifier mapper that is meant to support nestedEmbeddable
instances inside an existingEmbeddedId
identifier hierarchy.class
An implementation of an identifier mapper for a single basic attribute property.class
An extension to theSingleIdMapper
implementation that supports the use case of an@IdClass
mapping that contains an entity association where the@IdClass
stores the primary key of the associated entity rather than the entity object itself.