Uses of Class
org.hibernate.envers.internal.entities.mapper.PersistentCollectionChangeData
Packages that use PersistentCollectionChangeData
Package
Description
-
Uses of PersistentCollectionChangeData in org.hibernate.envers.internal.entities.mapper
Methods in org.hibernate.envers.internal.entities.mapper that return types with arguments of type PersistentCollectionChangeDataModifier and TypeMethodDescriptionComponentPropertyMapper.mapCollectionChanges(SessionImplementor session, String referencingPropertyName, PersistentCollection newColl, Serializable oldColl, Object id) MultiPropertyMapper.mapCollectionChanges(SessionImplementor session, String referencingPropertyName, PersistentCollection newColl, Serializable oldColl, Object id) PropertyMapper.mapCollectionChanges(SessionImplementor session, String referencingPropertyName, PersistentCollection newColl, Serializable oldColl, Object id) Maps collection changes.SinglePropertyMapper.mapCollectionChanges(SessionImplementor sessionImplementor, String referencingPropertyName, PersistentCollection newColl, Serializable oldColl, Object id) SubclassPropertyMapper.mapCollectionChanges(SessionImplementor session, String referencingPropertyName, PersistentCollection newColl, Serializable oldColl, Object id) -
Uses of PersistentCollectionChangeData in org.hibernate.envers.internal.entities.mapper.relation
Methods in org.hibernate.envers.internal.entities.mapper.relation that return types with arguments of type PersistentCollectionChangeDataModifier and TypeMethodDescriptionAbstractCollectionMapper.mapCollectionChanges(SessionImplementor session, String referencingPropertyName, PersistentCollection newColl, Serializable oldColl, Object id) protected abstract List<PersistentCollectionChangeData>AbstractCollectionMapper.mapCollectionChanges(SessionImplementor session, PersistentCollection newColl, Serializable oldColl, Object id) Map collection changes using hash identity.AbstractToOneMapper.mapCollectionChanges(SessionImplementor session, String referencingPropertyName, PersistentCollection newColl, Serializable oldColl, Object id) protected List<PersistentCollectionChangeData>BasicCollectionMapper.mapCollectionChanges(SessionImplementor session, PersistentCollection newColl, Serializable oldColl, Object id) protected List<PersistentCollectionChangeData>ListCollectionMapper.mapCollectionChanges(SessionImplementor session, PersistentCollection newColl, Serializable oldColl, Object id) MapCollectionMapper.mapCollectionChanges(SessionImplementor session, PersistentCollection newColl, Serializable oldColl, Object id) Method parameters in org.hibernate.envers.internal.entities.mapper.relation with type arguments of type PersistentCollectionChangeDataModifier and TypeMethodDescriptionprotected voidAbstractCollectionMapper.addCollectionChanges(SessionImplementor session, List<PersistentCollectionChangeData> collectionChanges, Set<Object> changed, RevisionType revisionType, Object id) -
Uses of PersistentCollectionChangeData in org.hibernate.envers.internal.synchronization.work
Methods in org.hibernate.envers.internal.synchronization.work that return types with arguments of type PersistentCollectionChangeDataConstructor parameters in org.hibernate.envers.internal.synchronization.work with type arguments of type PersistentCollectionChangeDataModifierConstructorDescriptionPersistentCollectionChangeWorkUnit(SessionImplementor sessionImplementor, String entityName, EnversService enversService, Object id, List<PersistentCollectionChangeData> collectionChanges, String referencingPropertyName) -
Uses of PersistentCollectionChangeData in org.hibernate.envers.strategy
Methods in org.hibernate.envers.strategy with parameters of type PersistentCollectionChangeDataModifier and TypeMethodDescriptiondefault voidAuditStrategy.performCollectionChange(Session session, String entityName, String propertyName, EnversService enversService, PersistentCollectionChangeData persistentCollectionChangeData, Object revision) Deprecated. -
Uses of PersistentCollectionChangeData in org.hibernate.envers.strategy.internal
Methods in org.hibernate.envers.strategy.internal with parameters of type PersistentCollectionChangeDataModifier and TypeMethodDescriptionvoidDefaultAuditStrategy.performCollectionChange(Session session, String entityName, String propertyName, Configuration configuration, PersistentCollectionChangeData persistentCollectionChangeData, Object revision) voidValidityAuditStrategy.performCollectionChange(Session session, String entityName, String propertyName, Configuration configuration, PersistentCollectionChangeData persistentCollectionChangeData, Object revision) -
Uses of PersistentCollectionChangeData in org.hibernate.envers.strategy.spi
Methods in org.hibernate.envers.strategy.spi with parameters of type PersistentCollectionChangeDataModifier and TypeMethodDescriptionvoidAuditStrategy.performCollectionChange(Session session, String entityName, String propertyName, Configuration configuration, PersistentCollectionChangeData persistentCollectionChangeData, Object revision) Perform the persistence of audited data for collection ("middle") entities.
AuditStrategy.performCollectionChange(Session, String, String, Configuration, PersistentCollectionChangeData, Object)