Interface EntityRecord

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static interface  EntityRecord.EntityRecordVisitor<V>
      Visitor interface which is responsible for building data needed for entity persistence processing.
    • Method Detail

      • accept

        <V> V accept​(EntityRecord.EntityRecordVisitor<V> visitor)
        Accepts the record visitor which will build necessary data for further persistence processing.
      • getPK

        PK getPK()
        Returns PK of changed model.
      • getType

        java.lang.String getType()
        Returns type code of changed model.
      • getVersion

        long getVersion()
        Returns version for optimistic counter.
        Returns:
        version for optimistic counter