Discuss 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.

Advertisements