Optimize interface `EntityStore` to support complicated scenarios
Open
improvement
- Dominant language
- Java
- Stars
- 3.2k
- Forks
- 935
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 315
Description
Currently, the interface `EntityStore` can't handle data assembled as a relation and only supports object-like entities. Temporary resolutions like `SupportsTagOperations` or `SupportsRelationOperations` are not so elegant, we'd better come up with a more suitable interface definition.
Contributor guide
Assessment
This issue has not been assessed yet.