Interface RemoveManyToManyRelationsRecord
-
- All Superinterfaces:
Record,RelationRecord
- All Known Implementing Classes:
DefaultRemoveManyToManyRelationsRecord
public interface RemoveManyToManyRelationsRecord extends RelationRecord
Base interface for all records which removes relations from source or target side.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PKgetPk()Returns PK for which relations will be removed.-
Methods inherited from interface de.hybris.platform.directpersistence.record.RelationRecord
isSrcToTgt
-
-
-
-
Method Detail
-
getPk
PK getPk()
Returns PK for which relations will be removed.
-
-