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.strategy   
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> PropertyMapper.mapCollectionChanges(SessionImplementor session, String referencingPropertyName, PersistentCollection newColl, Serializable oldColl, Serializable id)
          Maps collection changes.
 List<PersistentCollectionChangeData> SinglePropertyMapper.mapCollectionChanges(SessionImplementor sessionImplementor, String referencingPropertyName, PersistentCollection newColl, Serializable oldColl, Serializable id)
           
 List<PersistentCollectionChangeData> MultiPropertyMapper.mapCollectionChanges(SessionImplementor session, String referencingPropertyName, PersistentCollection newColl, Serializable oldColl, Serializable id)
           
 List<PersistentCollectionChangeData> SubclassPropertyMapper.mapCollectionChanges(SessionImplementor session, String referencingPropertyName, PersistentCollection newColl, Serializable oldColl, Serializable id)
           
 List<PersistentCollectionChangeData> ComponentPropertyMapper.mapCollectionChanges(SessionImplementor session, String referencingPropertyName, 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> AbstractCollectionMapper.mapCollectionChanges(SessionImplementor session, String referencingPropertyName, PersistentCollection newColl, Serializable oldColl, Serializable id)
           
 List<PersistentCollectionChangeData> AbstractToOneMapper.mapCollectionChanges(SessionImplementor session, String referencingPropertyName, PersistentCollection newColl, Serializable oldColl, Serializable id)
           
 

Uses of PersistentCollectionChangeData in org.hibernate.envers.strategy
 

Methods in org.hibernate.envers.strategy with parameters of type PersistentCollectionChangeData
 void AuditStrategy.performCollectionChange(Session session, String entityName, String propertyName, AuditConfiguration auditCfg, PersistentCollectionChangeData persistentCollectionChangeData, Object revision)
          Perform the persistence of audited data for collection ("middle") entities.
 void ValidityAuditStrategy.performCollectionChange(Session session, String entityName, String propertyName, AuditConfiguration auditCfg, PersistentCollectionChangeData persistentCollectionChangeData, Object revision)
           
 void DefaultAuditStrategy.performCollectionChange(Session session, String entityName, String propertyName, AuditConfiguration auditCfg, PersistentCollectionChangeData persistentCollectionChangeData, Object revision)
           
 

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()
           
 

Constructor parameters in org.hibernate.envers.synchronization.work with type arguments of type PersistentCollectionChangeData
PersistentCollectionChangeWorkUnit(SessionImplementor sessionImplementor, String entityName, AuditConfiguration verCfg, Serializable id, List<PersistentCollectionChangeData> collectionChanges, String referencingPropertyName)
           
 



Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.