ratna rathor
What is ORM?
2 Answer(s)      11 months ago
Posted in : Hibernate Interview Questions

What is ORM?

View Answers

June 22, 2012 at 1:44 PM


ORM stands for Object/Relational Mapping .It is a programming technique, used in conversion of data from incompatible type to relational database. In java application, ORM is automated persistence of objects. So we can say ORM is a programming technique that works as a bridge between data of our form and table in database.


June 22, 2012 at 1:45 PM


Object/Relational Mapping (ORM) is a programming technique of mapping a data representation from an object model to the relational data model with SQL based schema.









Related Pages:

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.