Saturday, 5 September 2015

What is Hibernate?

  • 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.

No comments:

Post a Comment