JDBC
Spring Data JDBC 模块将核心的 Spring 概念应用于使用 JDBC 数据库驱动程序的解决方案的开发,符合 Domain-driven design principles。我们提供一个 “template”,用作存储和查询聚合的高级抽象。
The Spring Data JDBC module applies core Spring concepts to the development of solutions that use JDBC database drivers aligned with Domain-driven design principles. We provide a “template” as a high-level abstraction for storing and querying aggregates.
本文档是 Spring Data JDBC 支持的参考指南。它解释了概念、语义和语法。
This document is the reference guide for Spring Data JDBC support. It explains the concepts and semantics and syntax.
本章指出了 JDBC 存储库支持的特殊性。这是在 Working with Spring Data Repositories中解释的核心存储库支持的基础上构建的。你应该对那里解释的基本概念有深入的了解。
This chapter points out the specialties for repository support for JDBC. This builds on the core repository support explained in Working with Spring Data Repositories. You should have a sound understanding of the basic concepts explained there.