Update 28. Working with SQL databases.md
parent
b19a927c14
commit
12a86ad41d
|
@ -0,0 +1,2 @@
|
|||
### 28. 使用SQL数据库
|
||||
Spring框架为使用SQL数据库提供了广泛的支持。从使用JdbcTemplate直接访问JDBC到完全的对象关系映射技术,比如Hibernate。Spring Data提供一个额外的功能,直接从接口创建Repository实现,并使用约定从你的方法名生成查询。
|
Loading…
Reference in New Issue