Uses of Class
org.hibernate.envers.internal.entities.mapper.AbstractMapper
-
-
Uses of AbstractMapper in org.hibernate.envers.internal.entities.mapper
Subclasses of AbstractMapper in org.hibernate.envers.internal.entities.mapper Modifier and Type Class Description classAbstractPropertyMapperAbstract implementation of aPropertyMapper.classComponentPropertyMapperclassMultiDynamicComponentMapperMulti mapper for dynamic components (it knows that component is a map, not a class)classMultiPropertyMapperclassSinglePropertyMapperTODO: diffclassSubclassPropertyMapperA 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.id Modifier and Type Class Description classAbstractCompositeIdMapperAn abstract identifier mapper implementation specific for composite identifiers.classAbstractIdMapperThe base abstract class implementation for identifier mappers.classEmbeddedIdMapperAn identifier mapper implementation forEmbeddedIdmappings.classMultipleIdMapperclassNestedEmbeddedIdMapperAn identifier mapper that is meant to support nestedEmbeddableinstances inside an existingEmbeddedIdidentifier hierarchy.classSingleIdMapperAn implementation of an identifier mapper for a single basic attribute property.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. -
Uses of AbstractMapper in org.hibernate.envers.internal.entities.mapper.relation
Subclasses of AbstractMapper in org.hibernate.envers.internal.entities.mapper.relation Modifier and Type Class Description classAbstractCollectionMapper<T>classAbstractOneToOneMapperTemplate class for property mappers that manage one-to-one relation.classAbstractToOneMapperBase class for property mappers that manage to-one relation.classBasicCollectionMapper<T extends Collection>classListCollectionMapperclassMapCollectionMapper<T extends Map>classOneToOneNotOwningMapperProperty mapper for not owning side ofOneToOnerelation.classOneToOnePrimaryKeyJoinColumnMapperProperty mapper forOneToOnewithPrimaryKeyJoinColumnrelation.classSortedMapCollectionMapperclassSortedSetCollectionMapperclassToOneIdMapper -
Uses of AbstractMapper in org.hibernate.envers.internal.entities.mapper.relation.component
Subclasses of AbstractMapper in org.hibernate.envers.internal.entities.mapper.relation.component Modifier and Type Class Description classAbstractMiddleComponentMapperAn abstract base class for all middle component mappers.classMiddleDummyComponentMapperclassMiddleEmbeddableComponentMapperclassMiddleMapElementNotKeyComponentMapperA middle table component mapper which assigns a Map-type's element as part of the data-portion of the mapping rather than the identifier.classMiddleMapKeyIdComponentMapperA component mapper for the @MapKey mapping: the value of the map's key is the id of the entity.classMiddleMapKeyPropertyComponentMapperA component mapper for the @MapKey mapping with the name parameter specified: the value of the map's key is a property of the entity.classMiddleRelatedComponentMapperclassMiddleSimpleComponentMapperclassMiddleStraightComponentMapperA mapper for reading and writing a property straight to/from maps.
-