Why orm is needed?



Why orm is needed?..

Answer / Gaurav Kumar Tripathi

ORM tools like Hibernate are needed to make application development easier and more efficient by automating the mapping between Java objects and relational databases. This can save developers from having to write low-level SQL code, reduce errors due to manual database manipulation, and provide a high level of abstraction.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

What are the different types of extension interface that is present in hibernate?

1 Answers  


Why we use hibernate instead of jdbc?

1 Answers  


What are the technologies that are supported by hibernate?

1 Answers  


How to configure hibernate second level cache using ehcache?

1 Answers  


What is meant by orm in hibernate?

1 Answers  


What is hibernate in j2ee?

1 Answers  


What is or mapping in hibernate?

1 Answers  


Is hibernate an implementation of jpa?

1 Answers  


What is fetchtype in hibernate?

1 Answers  


How to create composite key in hibernate using annotations?

1 Answers  


What are the disadvantages of hibernate?

1 Answers  


How to implement one to many relationships with annotation?

1 Answers  


Categories