1.

How Can You Fetch Records By Spring Jdbctemplate?

Answer»

You can FETCH records from the DATABASE by the QUERY method of JDBCTEMPLATE. There are TWO interfaces to do this:

  • ResultSetExtractor
  • RowMapper

You can fetch records from the database by the query method of JdbcTemplate. There are two interfaces to do this:



Discussion

No Comment Found