Uses of Class
org.hibernate.envers.internal.entities.mapper.AbstractMapper
Packages that use AbstractMapper
Package
Description
-
Uses of AbstractMapper in org.hibernate.envers.internal.entities.mapper
Subclasses of AbstractMapper in org.hibernate.envers.internal.entities.mapperModifier and TypeClassDescriptionclass
Abstract implementation of aPropertyMapper
.class
class
Multi mapper for dynamic components (it knows that component is a map, not a class)class
class
TODO: diffclass
A mapper which maps from a parent mapper and a "main" one, but adds only to the "main". -
Uses of AbstractMapper in org.hibernate.envers.internal.entities.mapper.id
Subclasses of AbstractMapper in org.hibernate.envers.internal.entities.mapper.idModifier and TypeClassDescriptionclass
An abstract identifier mapper implementation specific for composite identifiers.class
The base abstract class implementation for identifier mappers.class
An identifier mapper implementation forEmbeddedId
mappings.class
class
An identifier mapper that is meant to support nestedEmbeddable
instances inside an existingEmbeddedId
identifier hierarchy.class
An implementation of an identifier mapper for a single basic attribute property.class
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. -
Uses of AbstractMapper in org.hibernate.envers.internal.entities.mapper.relation
Subclasses of AbstractMapper in org.hibernate.envers.internal.entities.mapper.relationModifier and TypeClassDescriptionclass
class
Template class for property mappers that manage one-to-one relation.class
Base class for property mappers that manage to-one relation.class
BasicCollectionMapper<T extends Collection>
final class
class
MapCollectionMapper<T extends Map>
class
Property mapper for not owning side ofOneToOne
relation.class
Property mapper forOneToOne
withPrimaryKeyJoinColumn
relation.final class
final class
class
-
Uses of AbstractMapper in org.hibernate.envers.internal.entities.mapper.relation.component
Modifier and TypeClassDescriptionclass
An abstract base class for all middle component mappers.final class
class
class
A middle table component mapper which assigns a Map-type's element as part of the data-portion of the mapping rather than the identifier.final class
A component mapper for the @MapKey mapping: the value of the map's key is the id of the entity.class
A component mapper for the @MapKey mapping with the name parameter specified: the value of the map's key is a property of the entity.final class
final class
final class
A mapper for reading and writing a property straight to/from maps.