Interface HasRevision
-
- All Known Subinterfaces:
ByteArrayEntity,PropertyEntity
- All Known Implementing Classes:
AbstractEntity,ByteArrayEntityImpl,PropertyEntityImpl
public interface HasRevisionEntities that are using revisions for optimistic locking, need to implement this interface.- Author:
- Joram Barrez
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetRevision()intgetRevisionNext()voidsetRevision(int revision)
-