Monday, March 5, 2007

What is the main advantage of using the hibernate than using the sql?

Main advantage is that it avoids writing queries. Ofcourse, u have to write to some extent but a lot is relaxed.Most of the work is taken care by mapping.Also criteria class is very useful for complex joins.

Using ORM we can avoid the jdbc API completely and also provides ease to the developer in developing the classes.


SOURCE : www.referjava.com

No comments: