ColdFusion 9.0 Resources |
ORM supportColdFusion Object-relational mapping (ColdFusion ORM) is a powerful Rapid Application Development (RAD) solution to build data-centric applications. It provides a bridge between relational databases and ColdFusion components by allowing you to build applications using only objects, without writing any SQL code. It uses the open-source Hibernate library as the underlying engine. ColdFusion ORM provides:
For more information, see ColdFusion ORM. |