Uses of Interface
org.hibernate.envers.internal.entities.mapper.relation.component.MiddleComponentMapper
-
Packages that use MiddleComponentMapper Package Description org.hibernate.envers.internal.entities.mapper.relation org.hibernate.envers.internal.entities.mapper.relation.component -
-
Uses of MiddleComponentMapper in org.hibernate.envers.internal.entities.mapper.relation
Classes in org.hibernate.envers.internal.entities.mapper.relation that implement MiddleComponentMapper Modifier and Type Class Description class
MiddleMapKeyEnumeratedComponentMapper
AMiddleComponentMapper
specifically forMapKeyEnumerated
.Methods in org.hibernate.envers.internal.entities.mapper.relation that return MiddleComponentMapper Modifier and Type Method Description MiddleComponentMapper
MiddleComponentData. getComponentMapper()
Constructors in org.hibernate.envers.internal.entities.mapper.relation with parameters of type MiddleComponentMapper Constructor Description MiddleComponentData(MiddleComponentMapper componentMapper)
MiddleComponentData(MiddleComponentMapper componentMapper, int componentIndex)
-
Uses of MiddleComponentMapper in org.hibernate.envers.internal.entities.mapper.relation.component
Classes in org.hibernate.envers.internal.entities.mapper.relation.component that implement MiddleComponentMapper 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.
-