This wiki has undergone a migration to Confluence found Here
<meta name="googlebot" content="noindex">

ORM

From HL7Wiki
Revision as of 11:28, 9 August 2009 by Rene spronk (talk | contribs)
Jump to navigation Jump to search

In the context of RIMBAA, ORM stands for "Object Relational Mapper" (software which maps Class structures to ER databases).

  • For underlying methodology, see [1].
  • See [2] for reasons as to why one shoud use ORM

=JPA

  • The Java Persistence API (JPA) is an example of an ORM. See [3] and [4] for details.