Package | Description |
---|---|
org.hibernate.envers.entities.mapper.relation | |
org.hibernate.envers.entities.mapper.relation.component |
Modifier and Type | Method and Description |
---|---|
MiddleComponentMapper |
MiddleComponentData.getComponentMapper() |
Constructor and Description |
---|
MiddleComponentData(MiddleComponentMapper componentMapper,
int componentIndex) |
Modifier and Type | Class and Description |
---|---|
class |
MiddleDummyComponentMapper |
class |
MiddleMapKeyIdComponentMapper
A component mapper for the @MapKey mapping: the value of the map's key is the id of the entity.
|
class |
MiddleMapKeyPropertyComponentMapper
A component mapper for the @MapKey mapping with the name parameter specified: the value of the map's key
is a property of the entity.
|
class |
MiddleRelatedComponentMapper |
class |
MiddleSimpleComponentMapper |
class |
MiddleStraightComponentMapper
A mapper for reading and writing a property straight to/from maps.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.