Package | Description |
---|---|
org.hibernate.envers.internal.entities.mapper | |
org.hibernate.envers.internal.entities.mapper.relation |
Modifier and Type | Class and Description |
---|---|
class |
ComponentPropertyMapper |
class |
MultiDynamicComponentMapper
Multi mapper for dynamic components (it knows that component is a map, not a class)
|
class |
MultiPropertyMapper |
class |
SinglePropertyMapper
TODO: diff
|
class |
SubclassPropertyMapper
A mapper which maps from a parent mapper and a "main" one, but adds only to the "main".
|
Modifier and Type | Class and 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 of
OneToOne relation. |
class |
OneToOnePrimaryKeyJoinColumnMapper
Property mapper for
OneToOne with PrimaryKeyJoinColumn relation. |
class |
SortedMapCollectionMapper |
class |
SortedSetCollectionMapper |
class |
ToOneIdMapper |
Copyright © 2021 JBoss by Red Hat. All rights reserved.