Hibernate is a pure Java object-relational mapping (ORM) and persistence framework that allows you to map plain old Java objects to relational database tables using (XML) configuration files.Its purpose is to relieve the developer from a significant amount of relational data persistence-related programming tasks.:Hibernate is one of the ORM implementation in java.it is useful to map object model(DOM) to relational model & vice versa.for this it works with configuration file and mapping details.for writing these there are many ways.
Category:Hibernate Interview Questions
No comments:
Post a Comment