JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Use
Tree
Deprecated
Index
Search
Help
Spring Data KeyValue
org.springframework.data.keyvalue.repository
Contents
Description
Related Packages
Classes and Interfaces
Hide sidebar
Show sidebar
Package org.springframework.data.keyvalue.repository
@NullMarked
package
org.springframework.data.keyvalue.repository
Key/value specific repository implementation.
Related Packages
Package
Description
org.springframework.data.keyvalue.repository.config
Support infrastructure for the configuration of key/value specific repositories.
org.springframework.data.keyvalue.repository.query
Query derivation mechanism for key/value specific repositories providing a generic SpEL based implementation.
org.springframework.data.keyvalue.repository.support
Support infrastructure for query derivation of key/value specific repositories.
Interfaces
Class
Description
KeyValueRepository
<T,
ID>