Repositories
本章解释了 Spring Data 库和 Neo4j 规范的基本基础。在继续了解 Neo4j 规范之前,确保你对基本概念有深入的了解。
This chapter explains the basic foundations of Spring Data repositories and Neo4j specifics. Before continuing to the Neo4j 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.