View History | PDF | SWF | HTML

Contents


Transfer

Transfer is an Object Relational Mapper for ColdFusion.

It's main focus is to automate the repetitive tasks of creating the SQL and custom CFCs that are often required when developing an Object Oriented ColdFusion application.

Through a central configuration file Transfer knows how to generate objects, and how to manage them and their relationships back to the database, without you having to write any of the SQL or write the CFCs by hand.

Getting Started

Getting started with Transfer is relatively straight forward, and there are a lot of resources available to get you going.

Overview

Developer Requirements

Supported Systems

Installation and Updating

Custom Methods

Persisting and Retrieving Objects

Primary Key Management

Using Composite Keys

Handling Null Values

Using Lazy Loading

Writing Decorators

Using Clone()

Using the Transfer Event Model

Managing the Cache

Transactions and Transfer

Presentation Recordings

Tutorials

Example Code

FAQ

Reference Guides

Datasource Configuration File

Transfer Configuration File

Generated Methods

Default Property Values

Transfer Query Language

Transfer CFC API

ObjectCache Java API

ANTLR TQL Parser Java API

Release Notes

1.0 Release Candidate