Talk:Object–relational mapping: Difference between revisions

Content deleted Content added
SineBot (talk | contribs)
m Signing comment by 203.161.88.62 - "Abstraction: "
No edit summary
Line 1:
{{WikiProject Computing|class=start|importance=}}
 
==Introduction==
"This creates, in effect, a "virtual object database" that can be used from within the programming language." I don't think this is the only way for ORM mechanisms/frameworks/tools. Instead, I will say that this is a common implementation for ORM solutions. "Mapping" as relating objects to rows could be solved by creating "hybrid" objects (objects with PK or FK attributes), but also with a real external mapping without changing or mixing ___domain classes with records. [[Special:Contributions/63.128.77.30|63.128.77.30]] ([[User talk:63.128.77.30|talk]]) 17:00, 16 March 2015 (UTC)
 
==Relational vs. Non-Relational==