Spring Data JDBC and JPA

Learn about a few interview questions regarding Spring data JDBC and JPA.

How does Spring provide DAO support?

Spring DAO support makes it easy to work with different data access technologies in a consistent way which makes it easy to switch between technologies like JDBC, Hibernate, or JDO. Main features of Spring DAO support are:

  • Exception handling: Technology specific exception like SQLException is translated to Spring’s DataAccessException. Checked exceptions in Hibernate, JPA, and
...
Access this course and 1400+ top-rated courses and projects.