1.

What is Hibernate ORM Framework?

Answer»
  • Object-relational MAPPING (ORM) is the PHENOMENON of mapping application domain model OBJECTS to the relational database TABLES and vice versa.
  • Hibernate is the most commonly used java based ORM FRAMEWORK.


Discussion

No Comment Found