CSC/ECE 517 Fall 2010/ch2 2a aa: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Language extensions | == Language extensions for ORM == | ||
---- | ---- | ||
#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
- Introduction to ORM.
- Why ORM, why not another solution?
- Flavors of ORM.
- ORM implementation in specific languages
- Groovy, Grails and GROM
- Creating classes and tables
- Basic CRUD
- Creating objects
- Reading objects
- Updating objects
- Deleting objects
- PHP
- Creating classes and tables
- Basic CRUD
- Creating objects
- Reading objects
- Updating objects
- Deleting objects
- Groovy, Grails and GROM