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 TypeMethodDescriptionbooleanIdMetadataGenerator.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 TypeClassDescriptionclassAn abstract identifier mapper implementation specific for composite identifiers.classAn identifier mapper implementation forEmbeddedIdmappings.classclassAn identifier mapper that is meant to support nestedEmbeddableinstances inside an existingEmbeddedIdidentifier hierarchy.classAn implementation of an identifier mapper for a single basic attribute property.classAn extension to theSingleIdMapperimplementation that supports the use case of an@IdClassmapping that contains an entity association where the@IdClassstores the primary key of the associated entity rather than the entity object itself.