
What are the advantages of ORM like hibernate?

Hi Samar,
Benefits of Object Relational Mapping (ORM) tools:
· The SQL code / statements in the application can be eliminated without writing complex JDBC / Entity Bean code.
· Using ORM tools you can simply perform distributed transaction.
· Hibernate is an open source ORM tool and a robust framework to perform Object Relational Mapping.
· It not requires deep knowledge of SQL..
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.