== 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]]
=== Development Guides ===
[[Custom Methods]]
[[Persisting and Retrieving Objects]]
[[Primary Key Management]]
[[Using Composite Keys]]
[[Managing Relationships and Compositions]]
[[Retrieving Query Lists]]
[[Handling Null Values]]
[[Using Lazy Loading]]
[[Using TransferObject Proxies]]
[[Writing Decorators]]
[[Using Clone | Using Clone()]]
[[Using the Transfer Event Model]]
[[Managing the Cache]]
[[Transactions and Transfer]]
[[Code Generation Tools]]
[[Integrating Transfer and Flex]]
[[Presentation Recordings]]
[[Tutorials]]
[[Example Code]]
[[Third Party Tools]]
[[FAQ]]
=== How-To Guides ===
[[How to Encrypt User Passwords Using a Decorator]]
=== Reference Guides ===
[[Datasource Configuration File]]
[[Transfer Configuration File]]
[[Generated Methods]]
[[Default Property Values]]
[[Transfer Query Language]]
[[Cache Monitor]]
[http://docs.transfer-orm.com/html/transferapi/ Transfer CFC API]
[http://docs.transfer-orm.com/html/objectcacheapi/ ObjectCache Java API]
[http://docs.transfer-orm.com/html/tqlapi/ ANTLR TQL Parser Java API]
[[API Archive]]
=== Release Notes ===
[[ReleaseNotes:1.1 | 1.1]]
[[ReleaseNotes:Archive | Archive]]