In this post, I will try to explain the concept of ORM which allows us to access a database, do manipulations on the data and querying over the data using object oriented programming languages.

ORM technique works on objects and it depends on the object oriented programming languages. In principle, ORM is the mapping between tables in the relational database and the objects that we have created in our application.

ORM adds an extra data layer between the application and the database. This layer is written generally as a framework for the object oriented programming language that we are using.

#hibernate #orm #developer

What is Object-Relational Mapping (ORM)?
2.00 GEEK