What is orm and odm?



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

Post New Answer

More Hibernate Interview Questions

What does it mean to be inverse?

1 Answers  


What is save method in hibernate?

1 Answers  


Why hibernate is required?

1 Answers  


What is 2nd level cache?

1 Answers  


Which settings will be loaded if both hibernate.properties and hibernat.cf.xml files are present in the classpath?

1 Answers  


What are the benefits of using hibernate template?

1 Answers  


Explain the mechanism by which you can distinguish between transient (i.e. Newly instantiated) and detached objects in hibernate?

1 Answers  


What is detached object in hibernate?

1 Answers  


What is meant by annotation in hibernate?

1 Answers  


What are different types of associations in hibernate?

1 Answers  


Define hibernatetemplate?

1 Answers  


How hibernate proxy helps in lazy loading?

1 Answers  


Categories