0 votes
in Spring by
What is Hibernate ORM Framework?

1 Answer

0 votes
by

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.

...