Uses of Interface
org.hibernate.envers.internal.entities.mapper.DynamicComponentMapperSupport
-
Packages that use DynamicComponentMapperSupport Package Description org.hibernate.envers.internal.entities.mapper org.hibernate.envers.internal.entities.mapper.relation -
-
Uses of DynamicComponentMapperSupport in org.hibernate.envers.internal.entities.mapper
Subinterfaces of DynamicComponentMapperSupport in org.hibernate.envers.internal.entities.mapper Modifier and Type Interface Description interfaceExtendedPropertyMapperinterfacePropertyMapperClasses in org.hibernate.envers.internal.entities.mapper that implement DynamicComponentMapperSupport Modifier and Type Class Description classAbstractPropertyMapperAbstract implementation of aPropertyMapper.classComponentPropertyMapperclassMultiDynamicComponentMapperMulti mapper for dynamic components (it knows that component is a map, not a class)classMultiPropertyMapperclassSinglePropertyMapperTODO: diffclassSubclassPropertyMapperA mapper which maps from a parent mapper and a "main" one, but adds only to the "main". -
Uses of DynamicComponentMapperSupport in org.hibernate.envers.internal.entities.mapper.relation
Classes in org.hibernate.envers.internal.entities.mapper.relation that implement DynamicComponentMapperSupport Modifier and Type Class Description classAbstractCollectionMapper<T>classAbstractOneToOneMapperTemplate class for property mappers that manage one-to-one relation.classAbstractToOneMapperBase class for property mappers that manage to-one relation.classBasicCollectionMapper<T extends Collection>classListCollectionMapperclassMapCollectionMapper<T extends Map>classOneToOneNotOwningMapperProperty mapper for not owning side ofOneToOnerelation.classOneToOnePrimaryKeyJoinColumnMapperProperty mapper forOneToOnewithPrimaryKeyJoinColumnrelation.classSortedMapCollectionMapperclassSortedSetCollectionMapperclassToOneIdMapper
-