ColdFusion 9's ORM Entity Load Functions
This is a blog post, mainly so I have a good single place to refer the many varities of EntityLoad() functions available in ColdFusion 9. EntityLoad() is the main method you will be using to retreive objects for your persistent CFCs.
The Demo has eight different examples to accomplish various tasks through EntityLoad() function.