CSC/ECE 517 Fall 2010/ch2 2a aa: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
== Language extensions (not patterns or packages) for ORM ==
== Language extensions for ORM ==
   
   
----
----
{{Contents pages (header bar)}}
#Introduction to ORM.
#Introduction to ORM.
#Why ORM, why not another solution?
#Why ORM, why not another solution?
Line 8: Line 7:
#ORM implementation in specific languages
#ORM implementation in specific languages
##Groovy, Grails and GROM
##Groovy, Grails and GROM
###Creating classes and tables
###Basic CRUD
####Creating objects
####Reading objects
####Updating objects
####Deleting objects
##PHP
##PHP
###Creating classes and tables
###Basic CRUD
####Creating objects
####Reading objects
####Updating objects
####Deleting objects

Revision as of 00:15, 21 September 2010

Language extensions for ORM


  1. Introduction to ORM.
  2. Why ORM, why not another solution?
  3. Flavors of ORM.
  4. ORM implementation in specific languages
    1. Groovy, Grails and GROM
      1. Creating classes and tables
      2. Basic CRUD
        1. Creating objects
        2. Reading objects
        3. Updating objects
        4. Deleting objects
    2. PHP
      1. Creating classes and tables
      2. Basic CRUD
        1. Creating objects
        2. Reading objects
        3. Updating objects
        4. Deleting objects