Uses of Interface
org.hibernate.envers.internal.entities.mapper.ExtendedPropertyMapper
Packages that use ExtendedPropertyMapper
Package
Description
-
Uses of ExtendedPropertyMapper in org.hibernate.envers.internal.entities
Methods in org.hibernate.envers.internal.entities that return ExtendedPropertyMapperConstructors in org.hibernate.envers.internal.entities with parameters of type ExtendedPropertyMapperModifierConstructorDescriptionEntityConfiguration
(String versionsEntityName, String entityClassName, IdMappingData idMappingData, ExtendedPropertyMapper propertyMapper, String parentEntityName) -
Uses of ExtendedPropertyMapper in org.hibernate.envers.internal.entities.mapper
Classes in org.hibernate.envers.internal.entities.mapper that implement ExtendedPropertyMapperModifier and TypeClassDescriptionclass
Multi mapper for dynamic components (it knows that component is a map, not a class)class
class
A mapper which maps from a parent mapper and a "main" one, but adds only to the "main".Constructors in org.hibernate.envers.internal.entities.mapper with parameters of type ExtendedPropertyMapperModifierConstructorDescriptionSubclassPropertyMapper
(ExtendedPropertyMapper main, ExtendedPropertyMapper parentMapper)