You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure what the original intent of this "enhancement" was, but it does not seem to align with the direction and intended use of Spring Data, and more generally, Spring, since the "Template" pattern is the common way to interface with the underlying data store.
Christoph Strobl opened DATAKV-103 and commented
Introduce
KeyValueStore
abstraction offering basic put/get/count/remove operations without usage of template.Should be based upon
KeyValueAdapter
so one still can make use of the underlying abstraction. Access should be available viaKeyValueOperations
Referenced from: pull request #9
The text was updated successfully, but these errors were encountered: