Class AbstractModificationRecord
java.lang.Object
de.hybris.platform.directpersistence.record.impl.AbstractEntityRecord
de.hybris.platform.directpersistence.record.impl.AbstractModificationRecord
- All Implemented Interfaces:
EntityRecord,ModificationRecord,Record
- Direct Known Subclasses:
InsertRecord,UpdateRecord
public abstract class AbstractModificationRecord
extends AbstractEntityRecord
implements ModificationRecord
Abstract modification record.
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.hybris.platform.directpersistence.record.EntityRecord
EntityRecord.EntityRecordVisitor<V> -
Field Summary
Fields inherited from class de.hybris.platform.directpersistence.record.impl.AbstractEntityRecord
INITIAL_VERSION -
Constructor Summary
ConstructorsConstructorDescriptionAbstractModificationRecord(PK pk, String type, long version, Set<PropertyHolder> changes) AbstractModificationRecord(PK pk, String type, long version, Set<PropertyHolder> changes, Map<Locale, Set<PropertyHolder>> localizedChanges) -
Method Summary
Modifier and TypeMethodDescriptionbooleanMethods inherited from class de.hybris.platform.directpersistence.record.impl.AbstractEntityRecord
getPK, getType, getVersionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.directpersistence.record.EntityRecord
accept, getPK, getType, getVersion
-
Constructor Details
-
AbstractModificationRecord
-
AbstractModificationRecord
public AbstractModificationRecord(PK pk, String type, long version, Set<PropertyHolder> changes, Map<Locale, Set<PropertyHolder>> localizedChanges)
-
-
Method Details
-
getChanges
- Specified by:
getChangesin interfaceModificationRecord
-
getLocalizedChanges
- Specified by:
getLocalizedChangesin interfaceModificationRecord
-
getIncrementOptimisticLockCounter
public boolean getIncrementOptimisticLockCounter()
-