Package org.hibernate.envers.internal.entities.mapper
-
Interface Summary Interface Description CompositeMapperBuilder DynamicComponentMapperSupport Contract forPropertyMapper
implementations to expose whether they should be included as a wrapper for a<dynamic-component/>
mapping.ExtendedPropertyMapper ModifiedFlagMapperSupport Contract forPropertyMapper
implementations to expose whether they contain any property that usesPropertyData.isUsingModifiedFlag()
.PropertyMapper SimpleMapperBuilder -
Class Summary Class Description AbstractMapper A base class for all entity mapper implementations.AbstractPropertyMapper Abstract implementation of aPropertyMapper
.ComponentPropertyMapper MultiDynamicComponentMapper Multi mapper for dynamic components (it knows that component is a map, not a class)MultiPropertyMapper PersistentCollectionChangeData Data describing the change of a single object in a persistent collection (when the object was added, removed or modified in the collection).SinglePropertyMapper TODO: diffSubclassPropertyMapper A mapper which maps from a parent mapper and a "main" one, but adds only to the "main".