Uses of Class
org.hibernate.envers.internal.entities.mapper.PersistentCollectionChangeData
-
-
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 PersistentCollectionChangeData Modifier and Type Method Description List<PersistentCollectionChangeData>ComponentPropertyMapper. mapCollectionChanges(org.hibernate.engine.spi.SessionImplementor session, String referencingPropertyName, org.hibernate.collection.spi.PersistentCollection newColl, Serializable oldColl, Object id)List<PersistentCollectionChangeData>MultiPropertyMapper. mapCollectionChanges(org.hibernate.engine.spi.SessionImplementor session, String referencingPropertyName, org.hibernate.collection.spi.PersistentCollection newColl, Serializable oldColl, Object id)List<PersistentCollectionChangeData>PropertyMapper. mapCollectionChanges(org.hibernate.engine.spi.SessionImplementor session, String referencingPropertyName, org.hibernate.collection.spi.PersistentCollection newColl, Serializable oldColl, Object id)Maps collection changes.List<PersistentCollectionChangeData>SinglePropertyMapper. mapCollectionChanges(org.hibernate.engine.spi.SessionImplementor sessionImplementor, String referencingPropertyName, org.hibernate.collection.spi.PersistentCollection newColl, Serializable oldColl, Object id)List<PersistentCollectionChangeData>SubclassPropertyMapper. mapCollectionChanges(org.hibernate.engine.spi.SessionImplementor session, String referencingPropertyName, org.hibernate.collection.spi.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 PersistentCollectionChangeData Modifier and Type Method Description List<PersistentCollectionChangeData>AbstractCollectionMapper. mapCollectionChanges(org.hibernate.engine.spi.SessionImplementor session, String referencingPropertyName, org.hibernate.collection.spi.PersistentCollection newColl, Serializable oldColl, Object id)protected abstract List<PersistentCollectionChangeData>AbstractCollectionMapper. mapCollectionChanges(org.hibernate.engine.spi.SessionImplementor session, org.hibernate.collection.spi.PersistentCollection newColl, Serializable oldColl, Object id)Map collection changes using hash identity.List<PersistentCollectionChangeData>AbstractToOneMapper. mapCollectionChanges(org.hibernate.engine.spi.SessionImplementor session, String referencingPropertyName, org.hibernate.collection.spi.PersistentCollection newColl, Serializable oldColl, Object id)protected List<PersistentCollectionChangeData>BasicCollectionMapper. mapCollectionChanges(org.hibernate.engine.spi.SessionImplementor session, org.hibernate.collection.spi.PersistentCollection newColl, Serializable oldColl, Object id)protected List<PersistentCollectionChangeData>ListCollectionMapper. mapCollectionChanges(org.hibernate.engine.spi.SessionImplementor session, org.hibernate.collection.spi.PersistentCollection newColl, Serializable oldColl, Object id)List<PersistentCollectionChangeData>MapCollectionMapper. mapCollectionChanges(org.hibernate.engine.spi.SessionImplementor session, org.hibernate.collection.spi.PersistentCollection newColl, Serializable oldColl, Object id)Method parameters in org.hibernate.envers.internal.entities.mapper.relation with type arguments of type PersistentCollectionChangeData Modifier and Type Method Description protected voidAbstractCollectionMapper. addCollectionChanges(org.hibernate.engine.spi.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 PersistentCollectionChangeData Modifier and Type Method Description List<PersistentCollectionChangeData>PersistentCollectionChangeWorkUnit. getCollectionChanges()Constructor parameters in org.hibernate.envers.internal.synchronization.work with type arguments of type PersistentCollectionChangeData Constructor Description PersistentCollectionChangeWorkUnit(org.hibernate.engine.spi.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 PersistentCollectionChangeData Modifier and Type Method Description default voidAuditStrategy. performCollectionChange(org.hibernate.Session session, String entityName, String propertyName, EnversService enversService, PersistentCollectionChangeData persistentCollectionChangeData, Object revision) -
Uses of PersistentCollectionChangeData in org.hibernate.envers.strategy.internal
Methods in org.hibernate.envers.strategy.internal with parameters of type PersistentCollectionChangeData Modifier and Type Method Description voidDefaultAuditStrategy. performCollectionChange(org.hibernate.Session session, String entityName, String propertyName, Configuration configuration, PersistentCollectionChangeData persistentCollectionChangeData, Object revision)voidValidityAuditStrategy. performCollectionChange(org.hibernate.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 PersistentCollectionChangeData Modifier and Type Method Description voidAuditStrategy. performCollectionChange(org.hibernate.Session session, String entityName, String propertyName, Configuration configuration, PersistentCollectionChangeData persistentCollectionChangeData, Object revision)Perform the persistence of audited data for collection ("middle") entities.
-