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