What is jpa and spring data jpa?



What is jpa and spring data jpa?..

Answer / Ajay

JPA (Java Persistence API) is a standard Java API for accessing, persisting, and managing data between Java objects and relational databases. Spring Data JPA is a library in the Spring Framework that provides easy integration of JPA with Spring. It abstracts JPA's underlying implementation details, making it simpler to use.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

Does spring boot need web xml? : Spring Boot

1 Answers  


What is the difference between yml and yaml?

1 Answers  


What is root war?

1 Answers  


What are profiles in spring?

1 Answers  


Which one is better setter injection or constructor injection?

1 Answers  


What is the role of ioc?

1 Answers  


What is java spring?

1 Answers  


What is the current version of spring?

1 Answers  


Does spring boot require tomcat? : Spring Boot

1 Answers  


What is the function of annotation @requestbody?

1 Answers  


What is weaving in spring aop?

1 Answers  


How to achieve localization in spring mvc applications?

1 Answers  


Categories