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
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
ConstructorsConstructorDescriptionInsertRecord(PK pk, String type, Set<PropertyHolder> changes) InsertRecord(PK pk, String type, Set<PropertyHolder> changes, Map<Locale, Set<PropertyHolder>> localizedChanges) -
Method Summary
Modifier and TypeMethodDescription<V> Vaccept(EntityRecord.EntityRecordVisitor<V> visitor) Accepts the record visitor which will build necessary data for further persistence processing.toString()Methods inherited from class de.hybris.platform.directpersistence.record.impl.AbstractModificationRecord
getChanges, getIncrementOptimisticLockCounter, 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
-
InsertRecord
-
InsertRecord
public InsertRecord(PK pk, String type, Set<PropertyHolder> changes, Map<Locale, Set<PropertyHolder>> localizedChanges)
-
-
Method Details
-
accept
Description copied from interface:EntityRecordAccepts the record visitor which will build necessary data for further persistence processing. -
toString
-