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 TypeClassDescriptionclassAbstract implementation of aPropertyMapper.classclassMulti mapper for dynamic components (it knows that component is a map, not a class)classclassTODO: diffclassA 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 TypeClassDescriptionclassAn abstract identifier mapper implementation specific for composite identifiers.classThe base abstract class implementation for identifier mappers.classAn identifier mapper implementation forEmbeddedIdmappings.classclassAn identifier mapper that is meant to support nestedEmbeddableinstances inside an existingEmbeddedIdidentifier hierarchy.classAn implementation of an identifier mapper for a single basic attribute property.classAn 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. -
Uses of AbstractMapper in org.hibernate.envers.internal.entities.mapper.relation
Subclasses of AbstractMapper in org.hibernate.envers.internal.entities.mapper.relationModifier and TypeClassDescriptionclassclassTemplate class for property mappers that manage one-to-one relation.classBase class for property mappers that manage to-one relation.classBasicCollectionMapper<T extends Collection>final classclassMapCollectionMapper<T extends Map>classProperty mapper for not owning side ofOneToOnerelation.classProperty mapper forOneToOnewithPrimaryKeyJoinColumnrelation.final classfinal classclass -
Uses of AbstractMapper in org.hibernate.envers.internal.entities.mapper.relation.component
Modifier and TypeClassDescriptionclassAn abstract base class for all middle component mappers.final classclassclassA 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 classA component mapper for the @MapKey mapping: the value of the map's key is the id of the entity.classA 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 classfinal classfinal classA mapper for reading and writing a property straight to/from maps.