Tuesday, November 29, 2011

Explain about Hibernate?

Hibernate solves problems such as Object Relational impedance mismatch, etc. It is commonly used for object and query service. It helps data base developers develop classes which include inheritance, association, composition and polymorphism. A developer or user can express queries either in HQL or SQL.:Hibernate is an object-relational mapping (ORM) library for the Java language, providing a framework for mapping an object-oriented domain model to a traditional relational database.:Hibernate is an open source,light weight, ORM software to develop Object-Relational Mapping based persistence logic in java enterprise applications.
Category:Hibernate Interview Questions

No comments:

Post a Comment