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 classVirtualEntitySingleIdMapperAn 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.
-