Transparent persistence in object-relational mapping |
|
In object-relational mapping products, the ability to directly manipulate data stored in a relational database using an object programming language is called transparent persistence. This is in contrast to a database sub-language used by embedded SQL or a call interface used by ODBC or JDBC. See transparent persistence vs. JDBC call-level interface (new window). Using an object-relational mapping product means you will have less code to write and, depending on how you use your data, you might have higher performance over an embedded SQL or a call interface. See caching for object-relational mapping (new window). With transparent persistence, the manipulation and traversal of persistent objects is performed directly by the object programming language in the same manner as in-memory, non-persistent objects. This is achieved through the use of intelligent caching as this animation shows. For coding examples, see how to access data in a relational database.
Read more free articles on this siteThere are nearly 400 pages of articles on this site with over 50 pages on object-relational mapping. Search this site for more articles
Custom Search
Browse this site for more articlesClick on the topics below to browse the articles on this site.The arrows show the path to the current article: Transparent persistence in object-relational mapping.
Related recent articles from Google News
More related news: "object-relational mapping" - Google News Related books at Amazon.com
More related books: Search Amazon.com for object relational mapping
Copyright © 2000-2009 Barry & Associates,
Inc. All Rights Reserved.
|
|
|