adspace


What is difference between hibernate and spring?

Answer Posted / Rajpal Singh

Hibernate and Spring are two separate frameworks, though they can be used together in Java applications. Hibernate is an Object-Relational Mapping (ORM) tool that helps to manage database operations by converting Java objects into tables and vice versa.nSpring Framework, on the other hand, is a comprehensive application development framework for building enterprise-level Java applications. While Spring provides various modules for various functionalities, one of them is Spring Data JPA, which includes Hibernate as one of its options for ORM.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between @controller and @restcontroller in spring?

556


How can you inject java collection in spring?

518


What is lazy class?

490