This wiki has undergone a migration to Confluence found Here
Difference between revisions of "ORM"
Jump to navigation
Jump to search
Rene spronk (talk | contribs) |
Rene spronk (talk | contribs) |
||
Line 1: | Line 1: | ||
+ | [[CATEGORY:RIMBAA Glossary]] | ||
In the context of [[RIMBAA]], ORM stands for "Object Relational Mapper" (software which maps Class structures to ER databases). | In the context of [[RIMBAA]], ORM stands for "Object Relational Mapper" (software which maps Class structures to ER databases). | ||
*For underlying methodology, see [http://www.agiledata.org/essays/mappingObjects.html this essay] and [http://www.ormfoundation.org/ ORMFoundation.org]. | *For underlying methodology, see [http://www.agiledata.org/essays/mappingObjects.html this essay] and [http://www.ormfoundation.org/ ORMFoundation.org]. |
Latest revision as of 17:09, 21 April 2011
In the context of RIMBAA, ORM stands for "Object Relational Mapper" (software which maps Class structures to ER databases).
- For underlying methodology, see this essay and ORMFoundation.org.
- See [1] for reasons as to why one shoud use ORM