|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MiddleComponentMapper | |
---|---|
org.hibernate.envers.entities.mapper.relation | |
org.hibernate.envers.entities.mapper.relation.component |
Uses of MiddleComponentMapper in org.hibernate.envers.entities.mapper.relation |
---|
Methods in org.hibernate.envers.entities.mapper.relation that return MiddleComponentMapper | |
---|---|
MiddleComponentMapper |
MiddleComponentData.getComponentMapper()
|
Constructors in org.hibernate.envers.entities.mapper.relation with parameters of type MiddleComponentMapper | |
---|---|
MiddleComponentData(MiddleComponentMapper componentMapper,
int componentIndex)
|
Uses of MiddleComponentMapper in org.hibernate.envers.entities.mapper.relation.component |
---|
Classes in org.hibernate.envers.entities.mapper.relation.component that implement MiddleComponentMapper | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |