Package org.hibernate.envers.internal.entities.mapper.id
-
Interface Summary Interface Description IdMapper Base contract for all identifier mappers.SimpleIdMapperBuilder A simple identifier builder contract. -
Class Summary Class Description AbstractCompositeIdMapper An abstract identifier mapper implementation specific for composite identifiers.AbstractIdMapper The base abstract class implementation for identifier mappers.EmbeddedIdMapper An identifier mapper implementation forEmbeddedIdmappings.MultipleIdMapper NestedEmbeddedIdMapper An identifier mapper that is meant to support nestedEmbeddableinstances inside an existingEmbeddedIdidentifier hierarchy.QueryParameterData SingleIdMapper An implementation of an identifier mapper for a single basic attribute property.VirtualEntitySingleIdMapper An 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.