Interface ModificationRecord
-
- All Superinterfaces:
EntityRecord,Record
- All Known Implementing Classes:
AbstractModificationRecord,DirectUpdateRecord,InsertRecord,UpdateRecord
public interface ModificationRecord extends EntityRecord
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<PropertyHolder>getChanges()java.util.Map<java.util.Locale,java.util.Set<PropertyHolder>>getLocalizedChanges()-
Methods inherited from interface de.hybris.platform.directpersistence.record.EntityRecord
accept, getPK, getType, getVersion
-
-
-
-
Method Detail
-
getChanges
java.util.Set<PropertyHolder> getChanges()
-
getLocalizedChanges
java.util.Map<java.util.Locale,java.util.Set<PropertyHolder>> getLocalizedChanges()
-
-