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.