Uses of Interface
org.hibernate.envers.internal.entities.mapper.ExtendedPropertyMapper
-
Packages that use ExtendedPropertyMapper Package Description org.hibernate.envers.internal.entities org.hibernate.envers.internal.entities.mapper -
-
Uses of ExtendedPropertyMapper in org.hibernate.envers.internal.entities
Methods in org.hibernate.envers.internal.entities that return ExtendedPropertyMapper Modifier and Type Method Description ExtendedPropertyMapper
EntityConfiguration. getPropertyMapper()
Constructors in org.hibernate.envers.internal.entities with parameters of type ExtendedPropertyMapper Constructor Description EntityConfiguration(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 ExtendedPropertyMapper Modifier and Type Class Description class
MultiDynamicComponentMapper
Multi mapper for dynamic components (it knows that component is a map, not a class)class
MultiPropertyMapper
class
SubclassPropertyMapper
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 ExtendedPropertyMapper Constructor Description SubclassPropertyMapper(ExtendedPropertyMapper main, ExtendedPropertyMapper parentMapper)
-