Class PersistentCollectionChangeData
java.lang.Object
org.hibernate.envers.internal.entities.mapper.PersistentCollectionChangeData
Data describing the change of a single object in a persistent collection (when the object was added, removed or
modified in the collection).
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PersistentCollectionChangeData
-
-
Method Details
-
getEntityName
- Returns:
- Name of the (middle) entity that holds the collection data.
-
getData
-
getChangedElement
- Returns:
- The affected element, which was changed (added, removed, modified) in the collection.
-
getChangedElementIndex
- Returns:
- Index of the affected element, or
null
if the collection isn't indexed.
-