Save This Page
Home » hibernate-core-src-20081106 » org.hibernate.envers.entities.mapper » [javadoc | source]
org.hibernate.envers.entities.mapper
public class: PersistentCollectionChangeData [javadoc | source]
java.lang.Object
   org.hibernate.envers.entities.mapper.PersistentCollectionChangeData
Data describing the change of a single object in a persisten collection (when the object was added, removed or modified in the collection).
Constructor:
 public PersistentCollectionChangeData(String entityName,
    Map data,
    Object changedElement) 
Method from org.hibernate.envers.entities.mapper.PersistentCollectionChangeData Summary:
getChangedElement,   getData,   getEntityName
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.envers.entities.mapper.PersistentCollectionChangeData Detail:
 public Object getChangedElement() 
    For use by bi-directional associations.
 public Map getData() 
 public String getEntityName()