KeyValue Repositories
本章介绍了 Spring Data 存储库和 KeyValue 基本原理。在继续了解具体内容之前,请确保你已对基本概念有了深入了解。
This chapter explains the basic foundations of Spring Data repositories and KeyValue specifics. Before continuing to the specifics, make sure you have a sound understanding of the basic concepts.
Spring Data 存储库抽象的目标是显著减少为各种持久性存储实现数据访问层所需的样板代码量。
The goal of the Spring Data repository abstraction is to significantly reduce the amount of boilerplate code required to implement data access layers for various persistence stores.