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 forEmbeddedId
mappings.MultipleIdMapper NestedEmbeddedIdMapper An identifier mapper that is meant to support nestedEmbeddable
instances inside an existingEmbeddedId
identifier hierarchy.QueryParameterData SingleIdMapper An implementation of an identifier mapper for a single basic attribute property.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.