Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add minimal keyspace bound interface to access underlying store via Adapter. [DATAKV-103] #81

Closed
spring-projects-issues opened this issue May 8, 2015 · 3 comments
Assignees
Labels
type: enhancement A general enhancement

Comments

@spring-projects-issues
Copy link

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 via KeyValueOperations


Referenced from: pull request #9

@spring-projects-issues
Copy link
Author

Thomas Darimont commented

LGTM, merged into master

@spring-projects-issues
Copy link
Author

Thomas Darimont commented

Needs some revision

@jxblum
Copy link
Contributor

jxblum commented Oct 24, 2023

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.

Also closing because this is really old.

@jxblum jxblum closed this as completed Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

3 participants