public interface AutoTrackLocalRevision
localRevision
property whenever
the object is written to the datastore.
This interface is implemented by persistence-capable (a.k.a. entity) classes.
co.codewizards.cloudstore.local.local.AutoTrackLifecycleListener
Modifier and Type | Method and Description |
---|---|
long |
getLocalRevision()
Get the
local revision of the last modification
of this entity. |
void |
setLocalRevision(long localRevision) |
long getLocalRevision()
local revision
of the last modification
of this entity.void setLocalRevision(long localRevision)
Copyright © 2013-2014. All Rights Reserved.