java.lang.Object
de.hybris.platform.directpersistence.record.impl.AbstractEntityRecord
de.hybris.platform.directpersistence.record.impl.DeleteRecord
All Implemented Interfaces:
EntityRecord, Record

public class DeleteRecord extends AbstractEntityRecord
Delete record.
  • Constructor Details

    • DeleteRecord

      public DeleteRecord(PK pk, String type, long version)
  • Method Details

    • accept

      public <V> V accept(EntityRecord.EntityRecordVisitor<V> visitor)
      Description copied from interface: EntityRecord
      Accepts the record visitor which will build necessary data for further persistence processing.
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • addRelationName

      public void addRelationName(String... attr)
    • getRelationNames

      public Set<String> getRelationNames()