Uses of Class
org.hibernate.envers.internal.entities.mapper.id.SingleIdMapper
Packages that use SingleIdMapper
-
Uses of SingleIdMapper in org.hibernate.envers.internal.entities.mapper.id
Subclasses of SingleIdMapper in org.hibernate.envers.internal.entities.mapper.idModifier and TypeClassDescriptionclass
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.