April 2013
Intermediate to advanced
360 pages
11h 24m
English
In This Chapter
ColdFusion 9 introduced object relational mapping (ORM), a persistence framework in which a ColdFusion component (CFC) can be mapped to a relational database without the need to write SQL. This framework is based on Hibernate, a popular persistence framework. ColdFusion 10 improves ORM support by providing ORM search, Hibernate Query Language (HQL) logging, and inheritance mapping enhancements. This chapter discusses these ORM enhancements.
ColdFusion 10 adds the following ORM enhancements:
• ORM ...