What is orm and odm?
Answer / Sandeep Dixit
ORM (Object-Relational Mapping) and ODM (Object Document Mapper) are both software libraries that allow developers to work with databases using objects. ORM deals with relational databases, while ODM is used for document-based databases like MongoDB.
| Is This Answer Correct ? | 0 Yes | 0 No |
What does it mean to be inverse?
What is save method in hibernate?
Why hibernate is required?
What is 2nd level cache?
Which settings will be loaded if both hibernate.properties and hibernat.cf.xml files are present in the classpath?
What are the benefits of using hibernate template?
Explain the mechanism by which you can distinguish between transient (i.e. Newly instantiated) and detached objects in hibernate?
What is detached object in hibernate?
What is meant by annotation in hibernate?
What are different types of associations in hibernate?
Define hibernatetemplate?
How hibernate proxy helps in lazy loading?