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

ORM

From HL7Wiki
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.