- Rhomobile Beginner's Guide
- Abhishek Nalwaya
- 137字
- 2021-04-02 18:52:48
What is ORM?
ORM stands for Object-Relational Mapping. ORM libraries map database tables to classes, rows of those tables to objects of the class, and columns to object attributes. Object wraps a row of a database table or view, encapsulates the database access, and adds domain logic on that data.
ORM connects business objects and database tables to create a domain model where logic and data are presented in one wrapping.
In addition, the ORM classes wrap our database tables to provide a set of class-level methods that perform table-level operations. For example, we might need to find the Employee with a particular ID. This is implemented as a class method that returns the corresponding Employee object. In Ruby code, this will look like:
employee= Employee.find(1)
This code will return an employee object whose ID is 1.
- Getting Started with Microsoft Application Virtualization 4.6
- Oracle Business Intelligence : The Condensed Guide to Analysis and Reporting
- 3ds Max/VRay室內設計材質、燈光與建模速查超級手冊
- Google Web Toolkit 2 Application Development Cookbook
- 跟儲君老師學Excel極簡思維
- Drupal 6 Panels Cookbook
- 中文版Photoshop 2020完全自學教程
- 中文版Photoshop CS6全能修煉圣經(移動學習版)
- 學摳圖:Photoshop專業摳圖技法案例教程
- Photoshop 2024從入門到精通
- ASP.NET 3.5 Social Networking
- Photoshop CC完全自學教程:從入門到實踐(全新版)
- Origin 2022科學繪圖與數據分析(高級應用篇)
- Joomla! 1.5 JavaScript jQuery
- VRP12虛擬現實編輯器標準教程