What is the need for hibernating tools when orm tools can be used?



What is the need for hibernating tools when orm tools can be used?..

Answer / Deepak Chandra

Hibernate Tools are auxiliary utilities that simplify certain tasks in Hibernate, such as generating Java classes from database schema, reverse engineering databases into a mapping file, and running scripts to create tables and indexes. While ORM (Object-Relational Mapping) tools serve the same purpose, Hibernate Tools provide additional functionality and ease of use.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

What is meant by lazy loading in hibernate?

1 Answers  


What inheritance mapping strategies are available in hibernate?

1 Answers  


What are the types of inheritance models in hibernate?

1 Answers  


What do you create a sessionfactory?

1 Answers  


How many types of transaction are there in hibernate?

1 Answers  


What is many to one mapping in hibernate?

1 Answers  


What is composite key in hibernate?

1 Answers  


What are concurrency strategies in hibernate?

1 Answers  


How do you implement one to one relationship in hibernate with xml mapping?

1 Answers  


What is detached entity in hibernate?

1 Answers  


Is hibernate sessionfactory is thread safe?

1 Answers  


Explain the query object in hibernate?

1 Answers  


Categories