Uses of Class
org.hibernate.envers.internal.entities.mapper.id.AbstractIdMapper
-
Packages that use AbstractIdMapper Package Description org.hibernate.envers.internal.entities.mapper.id -
-
Uses of AbstractIdMapper in org.hibernate.envers.internal.entities.mapper.id
Subclasses of AbstractIdMapper in org.hibernate.envers.internal.entities.mapper.id Modifier and Type Class Description class
AbstractCompositeIdMapper
An abstract identifier mapper implementation specific for composite identifiers.class
EmbeddedIdMapper
An identifier mapper implementation forEmbeddedId
mappings.class
MultipleIdMapper
class
NestedEmbeddedIdMapper
An identifier mapper that is meant to support nestedEmbeddable
instances inside an existingEmbeddedId
identifier hierarchy.class
SingleIdMapper
An implementation of an identifier mapper for a single basic attribute property.class
VirtualEntitySingleIdMapper
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 AbstractIdMapper Modifier and Type Field Description protected Map<PropertyData,AbstractIdMapper>
AbstractCompositeIdMapper. ids
Methods in org.hibernate.envers.internal.entities.mapper.id with parameters of type AbstractIdMapper Modifier and Type Method Description void
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)
-