Package org.hibernate.envers.internal.entities.mapper
package org.hibernate.envers.internal.entities.mapper
-
ClassDescriptionA base class for all entity mapper implementations.Abstract implementation of a
PropertyMapper
.Contract forPropertyMapper
implementations to expose whether they should be included as a wrapper for a<dynamic-component/>
mapping.Contract forPropertyMapper
implementations to expose whether they contain any property that usesPropertyData.isUsingModifiedFlag()
.Multi mapper for dynamic components (it knows that component is a map, not a class)Data describing the change of a single object in a persistent collection (when the object was added, removed or modified in the collection).TODO: diffA mapper which maps from a parent mapper and a "main" one, but adds only to the "main".