|
ColdFusion 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:
Enterprise infrastructure for Rapid Application Development
In-built performance optimization that include caching and
lazy loading
Cleaner and more manageable application code
Database vendor independence
For more information, see ColdFusion ORM.
|
|
|