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 class
AbstractPropertyMapper
Abstract implementation of aPropertyMapper
.class
ComponentPropertyMapper
class
MultiDynamicComponentMapper
Multi mapper for dynamic components (it knows that component is a map, not a class)class
MultiPropertyMapper
class
SinglePropertyMapper
TODO: diffclass
SubclassPropertyMapper
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.id Modifier and Type Class Description class
AbstractCompositeIdMapper
An abstract identifier mapper implementation specific for composite identifiers.class
AbstractIdMapper
The base abstract class implementation for identifier mappers.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.class
SingleIdMapper
An implementation of an identifier mapper for a single basic attribute property.class
VirtualEntitySingleIdMapper
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.relation Modifier and Type Class Description class
AbstractCollectionMapper<T>
class
AbstractOneToOneMapper
Template class for property mappers that manage one-to-one relation.class
AbstractToOneMapper
Base class for property mappers that manage to-one relation.class
BasicCollectionMapper<T extends Collection>
class
ListCollectionMapper
class
MapCollectionMapper<T extends Map>
class
OneToOneNotOwningMapper
Property mapper for not owning side ofOneToOne
relation.class
OneToOnePrimaryKeyJoinColumnMapper
Property mapper forOneToOne
withPrimaryKeyJoinColumn
relation.class
SortedMapCollectionMapper
class
SortedSetCollectionMapper
class
ToOneIdMapper
-
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 class
AbstractMiddleComponentMapper
An abstract base class for all middle component mappers.class
MiddleDummyComponentMapper
class
MiddleEmbeddableComponentMapper
class
MiddleMapElementNotKeyComponentMapper
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.class
MiddleMapKeyIdComponentMapper
A component mapper for the @MapKey mapping: the value of the map's key is the id of the entity.class
MiddleMapKeyPropertyComponentMapper
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.class
MiddleRelatedComponentMapper
class
MiddleSimpleComponentMapper
class
MiddleStraightComponentMapper
A mapper for reading and writing a property straight to/from maps.
-