Uses of Class
org.hibernate.envers.internal.entities.mapper.relation.component.AbstractMiddleComponentMapper
-
Packages that use AbstractMiddleComponentMapper Package Description org.hibernate.envers.internal.entities.mapper.relation.component -
-
Uses of AbstractMiddleComponentMapper in org.hibernate.envers.internal.entities.mapper.relation.component
Subclasses of AbstractMiddleComponentMapper in org.hibernate.envers.internal.entities.mapper.relation.component Modifier and Type Class Description 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.
-