Uses of Class
org.hibernate.envers.entities.mapper.PersistentCollectionChangeData

Packages that use PersistentCollectionChangeData
org.hibernate.envers.entities.mapper   
org.hibernate.envers.entities.mapper.relation   
org.hibernate.envers.synchronization.work   
 

Uses of PersistentCollectionChangeData in org.hibernate.envers.entities.mapper
 

Methods in org.hibernate.envers.entities.mapper that return types with arguments of type PersistentCollectionChangeData
 List<PersistentCollectionChangeData> SubclassPropertyMapper.mapCollectionChanges(String referencingPropertyName, org.hibernate.collection.PersistentCollection newColl, Serializable oldColl, Serializable id)
           
 List<PersistentCollectionChangeData> SinglePropertyMapper.mapCollectionChanges(String referencingPropertyName, org.hibernate.collection.PersistentCollection newColl, Serializable oldColl, Serializable id)
           
 List<PersistentCollectionChangeData> PropertyMapper.mapCollectionChanges(String referencingPropertyName, org.hibernate.collection.PersistentCollection newColl, Serializable oldColl, Serializable id)
          Maps collection changes
 List<PersistentCollectionChangeData> MultiPropertyMapper.mapCollectionChanges(String referencingPropertyName, org.hibernate.collection.PersistentCollection newColl, Serializable oldColl, Serializable id)
           
 List<PersistentCollectionChangeData> MapPropertyMapper.mapCollectionChanges(String referencingPropertyName, org.hibernate.collection.PersistentCollection newColl, Serializable oldColl, Serializable id)
           
 

Uses of PersistentCollectionChangeData in org.hibernate.envers.entities.mapper.relation
 

Methods in org.hibernate.envers.entities.mapper.relation that return types with arguments of type PersistentCollectionChangeData
 List<PersistentCollectionChangeData> ToOneIdMapper.mapCollectionChanges(String referencingPropertyName, org.hibernate.collection.PersistentCollection newColl, Serializable oldColl, Serializable id)
           
 List<PersistentCollectionChangeData> OneToOneNotOwningMapper.mapCollectionChanges(String referencingPropertyName, org.hibernate.collection.PersistentCollection newColl, Serializable oldColl, Serializable id)
           
 List<PersistentCollectionChangeData> AbstractCollectionMapper.mapCollectionChanges(String referencingPropertyName, org.hibernate.collection.PersistentCollection newColl, Serializable oldColl, Serializable id)
           
 

Uses of PersistentCollectionChangeData in org.hibernate.envers.synchronization.work
 

Methods in org.hibernate.envers.synchronization.work that return types with arguments of type PersistentCollectionChangeData
 List<PersistentCollectionChangeData> PersistentCollectionChangeWorkUnit.getCollectionChanges()
           
 



Copyright © 2008 Hibernate.org. All Rights Reserved.