Class AbstractEntityRecord

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

public abstract class AbstractEntityRecord extends Object implements EntityRecord
Abstract record implementing PK and table name.
  • Field Details

  • Constructor Details

    • AbstractEntityRecord

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

    • getPK

      public PK getPK()
      Description copied from interface: EntityRecord
      Returns PK of changed model.
      Specified by:
      getPK in interface EntityRecord
    • getType

      public String getType()
      Description copied from interface: EntityRecord
      Returns type code of changed model.
      Specified by:
      getType in interface EntityRecord
    • getVersion

      public long getVersion()
      Description copied from interface: EntityRecord
      Returns version for optimistic counter.
      Specified by:
      getVersion in interface EntityRecord
      Returns:
      version for optimistic counter