Class DeleteRecord
java.lang.Object
de.hybris.platform.directpersistence.record.impl.AbstractEntityRecord
de.hybris.platform.directpersistence.record.impl.DeleteRecord
- All Implemented Interfaces:
EntityRecord,Record
Delete 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 -
Method Summary
Modifier and TypeMethodDescription<V> Vaccept(EntityRecord.EntityRecordVisitor<V> visitor) Accepts the record visitor which will build necessary data for further persistence processing.voidaddRelationName(String... attr) toString()Methods inherited from class de.hybris.platform.directpersistence.record.impl.AbstractEntityRecord
getPK, getType, getVersion
-
Constructor Details
-
DeleteRecord
-
-
Method Details
-
accept
Description copied from interface:EntityRecordAccepts the record visitor which will build necessary data for further persistence processing. -
toString
-
addRelationName
-
getRelationNames
-