What does orm mean?



What does orm mean?..

Answer / Lokesh Jangpangi

ORM stands for Object-Relational Mapping. It is a technique that maps database tables to programming language objects and enables developers to interact with the database using these objects.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

What is formatting in design pattern?

1 Answers  


How to write composite key mapping for hibernate?

1 Answers  


How to insert date in database using hibernate?

1 Answers  


What is inversejoincolumns?

1 Answers  


How many tables are required for many to many relationship?

1 Answers  


What is hibernate persistence context?

1 Answers  


What is one-to-one association in hibernate?

1 Answers  


What is orm principle?

1 Answers  


What are the hibernate properties?

1 Answers  


How do we modify hibernate configuration file?

1 Answers  


How create hibernate cfg xml file?

1 Answers  


Difference between hibernate session merge() vs update()?

1 Answers  


Categories