Class AbstractMiddleComponentMapper
- java.lang.Object
-
- org.hibernate.envers.internal.entities.mapper.AbstractMapper
-
- org.hibernate.envers.internal.entities.mapper.relation.component.AbstractMiddleComponentMapper
-
- All Implemented Interfaces:
MiddleComponentMapper
- Direct Known Subclasses:
MiddleDummyComponentMapper
,MiddleEmbeddableComponentMapper
,MiddleMapElementNotKeyComponentMapper
,MiddleMapKeyIdComponentMapper
,MiddleMapKeyPropertyComponentMapper
,MiddleRelatedComponentMapper
,MiddleSimpleComponentMapper
,MiddleStraightComponentMapper
public abstract class AbstractMiddleComponentMapper extends AbstractMapper implements MiddleComponentMapper
An abstract base class for all middle component mappers.
-
-
Constructor Summary
Constructors Constructor Description AbstractMiddleComponentMapper()
-
Method Summary
-
Methods inherited from class org.hibernate.envers.internal.entities.mapper.AbstractMapper
doPrivileged, getAndSetValue, getValueFromObject, getValueFromObject, newObjectInstance, setValueOnObject
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.envers.internal.entities.mapper.relation.component.MiddleComponentMapper
addMiddleEqualToQuery, mapToMapFromObject, mapToObjectFromFullMap
-
-