|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PersistentCollectionChangeData in org.hibernate.envers.entities.mapper |
---|
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> |
AbstractToOneMapper.mapCollectionChanges(String referencingPropertyName,
PersistentCollection newColl,
Serializable oldColl,
Serializable id)
|
List<PersistentCollectionChangeData> |
AbstractCollectionMapper.mapCollectionChanges(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,
AuditConfiguration auditCfg,
PersistentCollectionChangeData persistentCollectionChangeData,
Object revision)
Perform the persistence of audited data for collection ("middle") entities. |
void |
DefaultAuditStrategy.performCollectionChange(Session session,
AuditConfiguration auditCfg,
PersistentCollectionChangeData persistentCollectionChangeData,
Object revision)
|
void |
ValidityAuditStrategy.performCollectionChange(Session session,
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |