Interface HasRevision

All Known Subinterfaces:
ByteArrayEntity, PropertyEntity
All Known Implementing Classes:
AbstractEntity, ByteArrayEntityImpl, PropertyEntityImpl

public interface HasRevision
Entities that are using revisions for optimistic locking, need to implement this interface.
Author:
Joram Barrez
  • Method Details

    • setRevision

      void setRevision(int revision)
    • getRevision

      int getRevision()
    • getRevisionNext

      int getRevisionNext()