0 votes
in JAVA by
What is ORM?

2 Answers

0 votes
by
The term Object/Relational Mapping refers to the technique of mapping data from an object model representation to a relational data model representation (and vice versa).

For example, the below diagram shows an Object Relational Mapping between Student Java class and student table in the database.
0 votes
by
ORM is an acronym for Object/Relational mapping. It is a programming strategy to map object with the data stored in the database. It simplifies data creation, data manipulation, and data access.

Related questions

0 votes
0 votes
asked Jun 28, 2022 in Django by Robin
0 votes
asked Jun 29, 2022 in Django by sharadyadav1986
...