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

Difference between revisions of "ORM"

From HL7Wiki
Jump to navigation Jump to search
(New page: 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/e...)
 
Line 1: Line 1:
 
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].
 
*For underlying methodology, see [http://www.agiledata.org/essays/mappingObjects.html].
 +
*See [http://en.wikibooks.org/wiki/Java_Persistence/Why_use_JPA_or_ORM%3F] for reasons as to why one shoud use ORM
 +
 +
===JPA==
 +
*The Java Persistence API (JPA) is an example of an ORM. See [http://en.wikibooks.org/wiki/Java_Persistence/What_is_JPA%3F] and [http://java.sun.com/javaee/overview/faq/persistence.jsp] for details.

Revision as of 11:28, 9 August 2009

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.