Object-Relational MappingĀ (ORM)


Object-Relational MappingĀ (ORM)search for term

Objects and relations are two different ways to represent information in computing. Objects tend to be used by programming languages such as Java, while relations are widely used in databases, particularly relational databases. Object-relational mapping (ORM) converts information from one model to the other, usually at the point of interaction between object-oriented languages and relational databases. (wikipedia)