ContactUs

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

What is Spring's JdbcTemplate ?


Spring's JdbcTemplate is central class to interact with a database through JDBC. JdbcTemplate provides many convenience methods for doing things such as converting database data into primitives or objects, executing prepared and callable statements, and providing custom database error handling.

JdbcTemplate template = new JdbcTemplate(myDataSource);

Related Posts Plugin for WordPress, Blogger...
Flag Counter