| Modifier and Type | Method and Description |
|---|---|
java.util.List<PersistentCollectionChangeData> |
MultiPropertyMapper.mapCollectionChanges(SessionImplementor session,
java.lang.String referencingPropertyName,
PersistentCollection newColl,
java.io.Serializable oldColl,
java.io.Serializable id) |
java.util.List<PersistentCollectionChangeData> |
PropertyMapper.mapCollectionChanges(SessionImplementor session,
java.lang.String referencingPropertyName,
PersistentCollection newColl,
java.io.Serializable oldColl,
java.io.Serializable id)
Maps collection changes.
|
java.util.List<PersistentCollectionChangeData> |
SinglePropertyMapper.mapCollectionChanges(SessionImplementor sessionImplementor,
java.lang.String referencingPropertyName,
PersistentCollection newColl,
java.io.Serializable oldColl,
java.io.Serializable id) |
java.util.List<PersistentCollectionChangeData> |
ComponentPropertyMapper.mapCollectionChanges(SessionImplementor session,
java.lang.String referencingPropertyName,
PersistentCollection newColl,
java.io.Serializable oldColl,
java.io.Serializable id) |
java.util.List<PersistentCollectionChangeData> |
SubclassPropertyMapper.mapCollectionChanges(SessionImplementor session,
java.lang.String referencingPropertyName,
PersistentCollection newColl,
java.io.Serializable oldColl,
java.io.Serializable id) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PersistentCollectionChangeData> |
AbstractToOneMapper.mapCollectionChanges(SessionImplementor session,
java.lang.String referencingPropertyName,
PersistentCollection newColl,
java.io.Serializable oldColl,
java.io.Serializable id) |
java.util.List<PersistentCollectionChangeData> |
AbstractCollectionMapper.mapCollectionChanges(SessionImplementor session,
java.lang.String referencingPropertyName,
PersistentCollection newColl,
java.io.Serializable oldColl,
java.io.Serializable id) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PersistentCollectionChangeData> |
PersistentCollectionChangeWorkUnit.getCollectionChanges() |
| Constructor and Description |
|---|
PersistentCollectionChangeWorkUnit(SessionImplementor sessionImplementor,
java.lang.String entityName,
EnversService enversService,
java.io.Serializable id,
java.util.List<PersistentCollectionChangeData> collectionChanges,
java.lang.String referencingPropertyName) |
| Modifier and Type | Method and Description |
|---|---|
void |
AuditStrategy.performCollectionChange(Session session,
java.lang.String entityName,
java.lang.String propertyName,
AuditEntitiesConfiguration auditEntitiesConfiguration,
PersistentCollectionChangeData persistentCollectionChangeData,
java.lang.Object revision)
Perform the persistence of audited data for collection ("middle") entities.
|
void |
ValidityAuditStrategy.performCollectionChange(Session session,
java.lang.String entityName,
java.lang.String propertyName,
AuditEntitiesConfiguration auditEntitiesConfiguration,
PersistentCollectionChangeData persistentCollectionChangeData,
java.lang.Object revision) |
void |
DefaultAuditStrategy.performCollectionChange(Session session,
java.lang.String entityName,
java.lang.String propertyName,
AuditEntitiesConfiguration auditEntitiesConfiguration,
PersistentCollectionChangeData persistentCollectionChangeData,
java.lang.Object revision) |
default void |
AuditStrategy.performCollectionChange(Session session,
java.lang.String entityName,
java.lang.String propertyName,
EnversService enversService,
PersistentCollectionChangeData persistentCollectionChangeData,
java.lang.Object revision)
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.