Interface RemoveOneToManyRelationsRecord
-
- All Superinterfaces:
InsertManyToManyRelationRecord,InsertOneToManyRelationRecord,Record,RelationRecord
- All Known Implementing Classes:
DefaultRemoveOneToManyRelationsRecord
public interface RemoveOneToManyRelationsRecord extends InsertOneToManyRelationRecord
Record which marks one to many relation to be unlinked or removed. The only way to do it is to pass to source item empty collections null as target.
-
-
Method Summary
-
Methods inherited from interface de.hybris.platform.directpersistence.record.InsertManyToManyRelationRecord
getSourcePk, getSourceToTargetPosition, getTargetPk, getTargetToSourcePosition, setSourceToTargetPosition, setTargetToSourcePosition
-
Methods inherited from interface de.hybris.platform.directpersistence.record.InsertOneToManyRelationRecord
isForProcessing, markAsProcessed
-
Methods inherited from interface de.hybris.platform.directpersistence.record.RelationRecord
isSrcToTgt
-
-