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 |
What is formatting in design pattern?
How to write composite key mapping for hibernate?
How to insert date in database using hibernate?
What is inversejoincolumns?
How many tables are required for many to many relationship?
What is hibernate persistence context?
What is one-to-one association in hibernate?
What is orm principle?
What are the hibernate properties?
How do we modify hibernate configuration file?
How create hibernate cfg xml file?
Difference between hibernate session merge() vs update()?