Interface ModificationRecord
- All Superinterfaces:
EntityRecord,Record
- All Known Implementing Classes:
AbstractModificationRecord,DirectUpdateRecord,InsertRecord,UpdateRecord
Represent modification record with change arguments.
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.hybris.platform.directpersistence.record.EntityRecord
EntityRecord.EntityRecordVisitor<V> -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface de.hybris.platform.directpersistence.record.EntityRecord
accept, getPK, getType, getVersion
-
Method Details
-
getChanges
Set<PropertyHolder> getChanges() -
getLocalizedChanges
Map<Locale,Set<PropertyHolder>> getLocalizedChanges()
-