The Spring Data KeyValue provides out of the box support for java.util.Map based repository implementations. Additionally it provides infrastructure components to build repository abstractions for stores dealing with Key/Value pairs.
Features:
- Dynamic SpEL query generation from query method names.
- Possibility to integrate custom repository code.
- Infrastructure for building repositories on top of key/value implementations.
See the Reference Documentation for more information or visit the projects web site.