Class MiddleComponentData
java.lang.Object
org.hibernate.envers.internal.entities.mapper.relation.MiddleComponentData
A data holder for a middle relation component (which is either the collection element or index):
- component mapper used to map the component to and from versions entities
- an index, which specifies in which element of the array returned by the query for reading the collection the data
of the component is
-
Constructor Summary
ConstructorDescriptionMiddleComponentData
(MiddleComponentMapper componentMapper) MiddleComponentData
(MiddleComponentMapper componentMapper, int componentIndex) -
Method Summary
Modifier and TypeMethodDescriptionint
-
Constructor Details
-
MiddleComponentData
-
MiddleComponentData
-
-
Method Details
-
getComponentMapper
-
getComponentIndex
public int getComponentIndex()
-