Uses of Class
org.hibernate.envers.internal.entities.mapper.id.AbstractIdMapper
Packages that use AbstractIdMapper
-
Uses of AbstractIdMapper in org.hibernate.envers.internal.entities.mapper.id
Subclasses of AbstractIdMapper in org.hibernate.envers.internal.entities.mapper.idModifier 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.Fields in org.hibernate.envers.internal.entities.mapper.id with type parameters of type AbstractIdMapperModifier and TypeFieldDescriptionprotected Map<PropertyData,
AbstractIdMapper> AbstractCompositeIdMapper.ids
Methods in org.hibernate.envers.internal.entities.mapper.id with parameters of type AbstractIdMapperModifier and TypeMethodDescriptionvoid
AbstractCompositeIdMapper.add
(PropertyData propertyData, AbstractIdMapper idMapper) void
SimpleIdMapperBuilder.add
(PropertyData propertyData, AbstractIdMapper idMapper) Add a custom identifier mapper to the builder.void
SingleIdMapper.add
(PropertyData propertyData, AbstractIdMapper idMapper)