1.

How Can We Fetch Records By Spring Jdbctemplate?

Answer»

We can fetch records from the DATABASE by the query method of JdbcTemplate. There are TWO INTERFACES to do this:
1. ResultSetExtractor
2. ROWMAPPER

We can fetch records from the database by the query method of JdbcTemplate. There are two interfaces to do this:
1. ResultSetExtractor
2. RowMapper



Discussion

No Comment Found