Answer:
ORM stands for Object/Relational mapping. It is the programmed and translucent perseverance of objects in a Java application in to the tables of a relational database using the metadata that describes the mapping between the objects and the database. It works by transforming the data from one representation to another.
Previous Question | Next Question |
What is Hibernate? | What does an ORM solution comprises of? |