Uses of Class
org.hibernate.envers.internal.entities.mapper.id.AbstractCompositeIdMapper
-
Packages that use AbstractCompositeIdMapper Package Description org.hibernate.envers.internal.entities.mapper.id -
-
Uses of AbstractCompositeIdMapper in org.hibernate.envers.internal.entities.mapper.id
Subclasses of AbstractCompositeIdMapper in org.hibernate.envers.internal.entities.mapper.id Modifier and Type Class Description class
EmbeddedIdMapper
An identifier mapper implementation forEmbeddedId
mappings.class
MultipleIdMapper
class
NestedEmbeddedIdMapper
An identifier mapper that is meant to support nestedEmbeddable
instances inside an existingEmbeddedId
identifier hierarchy.
-