Difference between revisions of "Object-relational impedance mismatch"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Created page with "The '''object-relational impedance mismatch''' is a set of conceptual and technical difficulties that are often encountered when a relational database management system (R...")
(No difference)

Revision as of 21:09, 23 August 2016

The object-relational impedance mismatch is a set of conceptual and technical difficulties that are often encountered when a relational database management system (RDBMS) is being served by an application program (or multiple application programs) written in an object-oriented programming language or style, particularly because objects or class definitions must be mapped to database tables defined by relational schemata.

The term object-relational impedance mismatch is derived from the electrical engineering term impedance matching.

See also

External links