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.

Related questions

0 votes
asked Apr 15, 2023 in JAVA by Robindeniel
0 votes
asked Apr 4, 2021 in Spring by Robindeniel
...