Springjdbc 简明教程

Discuss Spring JDBC

Spring JDBC 框架处理从打开连接、准备和执行 SQL 语句、处理异常、处理事务再到最终关闭连接的所有低级细节。本教程在让大家了解 Spring 提供的 JDBC 框架的同时,带大家了解简单且实用的方法。

Spring JDBC Framework takes care of all the low-level details starting from opening the connection, preparing and executing the SQL statement, processing exceptions, handling transactions, and finally closing the connection. This tutorial will take you through simple and practical approaches while learning JDBC framework provided by Spring.