8000 provide method to test if an entity instance is stored · Issue #311 · eclipse-store/store · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
provide method to test if an entity instance is stored #311
Open
@nimo23

Description

@nimo23

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0