Class AbstractPropertyMapper
java.lang.Object
org.hibernate.envers.internal.entities.mapper.AbstractMapper
org.hibernate.envers.internal.entities.mapper.AbstractPropertyMapper
- All Implemented Interfaces:
DynamicComponentMapperSupport, ModifiedFlagMapperSupport, PropertyMapper
- Direct Known Subclasses:
AbstractCollectionMapper, AbstractToOneMapper, ComponentPropertyMapper, MultiPropertyMapper, SinglePropertyMapper, SubclassPropertyMapper
Abstract implementation of a
PropertyMapper.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns whether the property mapper wraps a dynamic-component.voidMark the property mapper that it wraps a dynamic-component.Methods inherited from class AbstractMapper
getAndSetValue, getValueFromObject, getValueFromObject, newObjectInstance, setValueOnObjectMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ModifiedFlagMapperSupport
hasPropertiesWithModifiedFlagMethods inherited from interface PropertyMapper
mapCollectionChanges, mapModifiedFlagsToMapForCollectionChange, mapModifiedFlagsToMapFromEntity, mapToEntityFromMap, mapToEntityFromMap, mapToMapFromEntity
-
Constructor Details
-
AbstractPropertyMapper
public AbstractPropertyMapper()
-
-
Method Details
-
markAsDynamicComponentMap
public void markAsDynamicComponentMap()Description copied from interface:DynamicComponentMapperSupportMark the property mapper that it wraps a dynamic-component.- Specified by:
markAsDynamicComponentMapin interfaceDynamicComponentMapperSupport
-
isDynamicComponentMap
public boolean isDynamicComponentMap()Description copied from interface:DynamicComponentMapperSupportReturns whether the property mapper wraps a dynamic-component.- Specified by:
isDynamicComponentMapin interfaceDynamicComponentMapperSupport
-