adspace


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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is latest hibernate version?

493