adspace


What is orm and odm?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is latest hibernate version?

493