Open
Description
Is your feature request related to a problem? Please describe.
I want to write test cases to check if an entity instance is stored. However, it seems that there is no method in eclipse-store to check if an entity instance is stored. Such method can be also useful for other cases.
Describe the solution you'd like
Please provide a method something like
long StorageManager#isStored(Object o)
, which returns
- 0 if entity instance is not stored
- a UTC timestamp in milliseconds indicating when the data was last saved (or updated).
Metadata
Metadata
Assignees
Labels
No labels