Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

What is an Object Relational Mapping (ORM)?

Pragya Keshap answered on February 10, 2023 Popularity 10/10 Helpfulness 2/10

Contents


More Related Answers


What is an Object Relational Mapping (ORM)?

1

Object Relational Mapping (ORM) is a programming technique to

map data from a relational database to Object oriented domain

model. This is the core of Hibernate framework.

In case of Java, most of the software is based on OOPS design. But

the data stored in Database is based on Relation Database

Management System (RDBMS).

ORM helps in data retrieval in an Object Oriented way from an

RDBMS. It reduces the effort of developers in writing queries to

access and insert data

https://www.freecodecamp.org/news/what-is-an-orm-the-meaning-of-object-relational-mapping-database-tools/

Popularity 10/10 Helpfulness 2/10 Language whatever
Source: Grepper
Link to this answer
Share Copy Link
Contributed on Feb 10 2023
Pragya Keshap
0 Answers  Avg Quality 2/10


X

Continue with Google

By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
X
Grepper Account Login Required

Oops, You will need to install Grepper and log-in to perform this action.