Hi,
What are the benefits of ORM and Hibernate?
Thanks,
Hi,
The main benefits of Object Relational Mapping tools of hibernate is that O/RM maps an object to the relational database table. Hibernate is also an O/RM and is available as open source project. To use Hibernate with Java you will be required to create a file with .hbm.xml extension into which the mapping information will be provided.
For more details visit this link: http://www.roseindia.net/hibernate/hibernate4/hibernateORMapping.shtml
Thanks,
Ads