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

    Modifier and Type
    Method
    Description
    Returns PK for which relations will be removed.

    Methods inherited from interface de.hybris.platform.directpersistence.record.RelationRecord

    isSrcToTgt
  • Method Details

    • getPk

      PK getPk()
      Returns PK for which relations will be removed.