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

ORM

From HL7Wiki
Revision as of 17:09, 21 April 2011 by Rene spronk (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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).

JPA

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