Why do we use orm?



Why do we use orm?..

Answer / Rahul

ORM (Object-Relational Mapping) tools like Hibernate are used to simplify the development process by abstracting the complexities of database operations. They allow developers to work with Java objects instead of writing raw SQL, reducing the chances of SQL injection attacks and improving productivity.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

Can we use jpa without hibernate?

1 Answers  


How to do many to many mapping in hibernate?

1 Answers  


How to get hibernate session in spring boot?

1 Answers  


Is merge faster than insert update?

1 Answers  


How to prevent dirty checking in hibernate?

1 Answers  


What are the two mapping associations used in hibernate?

1 Answers  


What is hibernate generator class?

1 Answers  


What is the difference between jdbc and hibernate?

1 Answers  


What is hibernate configuration?

1 Answers  


Hibernate SessionFactory is thread safe?

1 Answers  


What is the difference between jpa and hibernate?

1 Answers  


How will you integrate hibernate with spring framework?

1 Answers  


Categories