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 |
What is meant by lazy loading in hibernate?
What inheritance mapping strategies are available in hibernate?
What are the types of inheritance models in hibernate?
What do you create a sessionfactory?
How many types of transaction are there in hibernate?
What is many to one mapping in hibernate?
What is composite key in hibernate?
What are concurrency strategies in hibernate?
How do you implement one to one relationship in hibernate with xml mapping?
What is detached entity in hibernate?
Is hibernate sessionfactory is thread safe?
Explain the query object in hibernate?