Interface EntityStore<T>
- All Known Implementing Classes:
ProcessEntityStore
public interface EntityStore<T>
-
Method Summary
-
Method Details
-
store
Store the entity into permanent store.- Parameters:
entity- the entity that needs to be persisted
-
retrieve
-