Object-relational mapping | Glossary

Definition:

Object-relational mapping (ORM) is a programming technique in which a metadata descriptor is used to connect object code to a relational database. Object code is written in object-oriented programming (OOP) languages such as Java or C#. ORM converts data between type systems that are unable to coexist within relational databases and OOP languages.

ORM resolves the object code and relational database mismatch with three approaches: bottom up, top-down and meet in the middle. Each approach has its share of benefits and drawbacks. When selecting the best software solution, developers must fully understand the environment and design requirements.

Further Reading:

Book: Agile Competitors and Virtual Organization by Steven L. Goldman, Roger N. Nagel and Kenneth Preiss

Object-relational mapping | Glossary

Definition :

Object-relational mapping in computer science is a programming technique for converting data between incompatible type systems using object-oriented programming languages. This creates, in effect, a “virtual object database” that can be used from within the programming language.

Further Reading :

Book : Applying UML and Patterns by Craig Larman.