Update 28. Working with SQL databases.md

master
qibaoguang 2015-02-10 23:58:23 +08:00
parent b19a927c14
commit 12a86ad41d
1 changed files with 2 additions and 0 deletions

View File

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