Class InsertRecord
- java.lang.Object
-
- de.hybris.platform.directpersistence.record.impl.AbstractEntityRecord
-
- de.hybris.platform.directpersistence.record.impl.AbstractModificationRecord
-
- de.hybris.platform.directpersistence.record.impl.InsertRecord
-
- All Implemented Interfaces:
EntityRecord,ModificationRecord,Record
public class InsertRecord extends AbstractModificationRecord
Insert 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
Constructors Constructor Description InsertRecord(PK pk, java.lang.String type, java.util.Set<PropertyHolder> changes)InsertRecord(PK pk, java.lang.String type, java.util.Set<PropertyHolder> changes, java.util.Map<java.util.Locale,java.util.Set<PropertyHolder>> localizedChanges)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <V> Vaccept(EntityRecord.EntityRecordVisitor<V> visitor)Accepts the record visitor which will build necessary data for further persistence processing.java.lang.StringtoString()-
Methods inherited from class de.hybris.platform.directpersistence.record.impl.AbstractModificationRecord
getChanges, getIncrementOptimisticLockCounter, getLocalizedChanges
-
Methods inherited from class de.hybris.platform.directpersistence.record.impl.AbstractEntityRecord
getPK, getType, getVersion
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.directpersistence.record.EntityRecord
getPK, getType, getVersion
-
-
-
-
Constructor Detail
-
InsertRecord
public InsertRecord(PK pk, java.lang.String type, java.util.Set<PropertyHolder> changes)
-
InsertRecord
public InsertRecord(PK pk, java.lang.String type, java.util.Set<PropertyHolder> changes, java.util.Map<java.util.Locale,java.util.Set<PropertyHolder>> localizedChanges)
-
-
Method Detail
-
accept
public <V> V accept(EntityRecord.EntityRecordVisitor<V> visitor)
Description copied from interface:EntityRecordAccepts the record visitor which will build necessary data for further persistence processing.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-