Class DirectUpdateRecord
java.lang.Object
de.hybris.platform.directpersistence.record.impl.AbstractEntityRecord
de.hybris.platform.directpersistence.record.impl.AbstractModificationRecord
de.hybris.platform.directpersistence.record.impl.UpdateRecord
de.hybris.platform.directpersistence.record.impl.DirectUpdateRecord
- All Implemented Interfaces:
EntityRecord,ModificationRecord,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
ConstructorsConstructorDescriptionDirectUpdateRecord(PK pk, String type, long version, Set<PropertyHolder> changes) -
Method Summary
Methods inherited from class de.hybris.platform.directpersistence.record.impl.UpdateRecord
accept, checkIsLockedProperty, toStringMethods inherited from class de.hybris.platform.directpersistence.record.impl.AbstractModificationRecord
getChanges, getLocalizedChangesMethods 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, wait, wait, waitMethods inherited from interface de.hybris.platform.directpersistence.record.EntityRecord
getPK, getType, getVersion
-
Constructor Details
-
DirectUpdateRecord
-
-
Method Details
-
getIncrementOptimisticLockCounter
public boolean getIncrementOptimisticLockCounter()- Overrides:
getIncrementOptimisticLockCounterin classAbstractModificationRecord
-