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 interface
ExtendedPropertyMapper
interface
PropertyMapper
Classes in org.hibernate.envers.internal.entities.mapper that implement DynamicComponentMapperSupport Modifier and Type Class Description class
AbstractPropertyMapper
Abstract implementation of aPropertyMapper
.class
ComponentPropertyMapper
class
MultiDynamicComponentMapper
Multi mapper for dynamic components (it knows that component is a map, not a class)class
MultiPropertyMapper
class
SinglePropertyMapper
TODO: diffclass
SubclassPropertyMapper
A 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 class
AbstractCollectionMapper<T>
class
AbstractOneToOneMapper
Template class for property mappers that manage one-to-one relation.class
AbstractToOneMapper
Base class for property mappers that manage to-one relation.class
BasicCollectionMapper<T extends Collection>
class
ListCollectionMapper
class
MapCollectionMapper<T extends Map>
class
OneToOneNotOwningMapper
Property mapper for not owning side ofOneToOne
relation.class
OneToOnePrimaryKeyJoinColumnMapper
Property mapper forOneToOne
withPrimaryKeyJoinColumn
relation.class
SortedMapCollectionMapper
class
SortedSetCollectionMapper
class
ToOneIdMapper
-