Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

object relational mapping

You are here: irt.org | FOLDOC | object relational mapping

<programming, database> (ORM) The software development activity that defines a correspondence between objects in a program and rows in a database table. Atomic object properties correspond to columns in the table, non-atomic data types and relations between objects are represented as foreign keys referring to other tables.

An object persistence mechanism is responsible for maintaining the correspondence between objects and the database contents at run-time.

(2014-12-03)

Nearby terms: ObjectPAL « Object Pascal « Object Persistence Framework « object relational mapping » object relational modelling » Object Request Broker » Object Role Modeling

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb