__NOTOC__ == FAQ == === General === * [[What is a Object Relational Mapper | What is a Object Relational Mapper?]] * [[What is a TransferObject | What is a TransferObject?]] * [[ Does Transfer generate any files | Does Transfer generate any files?]] * [[How do I inject dependencies into a TransferObject | How do I inject dependencies into a TransferObject?]] * [[Using a lot of memory | My application seems to be using a lot of memory since I started using Transfer]] * [[How to determine if a Transfer Object is populated or is new | What is the best way to determine if a Transfer Object is populated or is new object?]] === Configuration === * [[How do I validate my configuration file | How do I validate my configuration file?]] * [[What is the difference between ManyToOne and OneToMany | What is the difference between ManyToOne and OneToMany?]] * [[Should I use ManyToMany, or two OneToMany compositions | Should I use ManyToMany, or two OneToMany compositions?]] * [[Example of refresh-insert or refresh-update | What would be a good example on having refresh-insert or refresh-update attributes set to true on properties?]] * [[Same foreign key for a manytoone and a onetomany | Can I use the same foreign key for a manytoone and a onetomany?]] === Framework Integration === * [[How do I get Transfer working with ColdSpring | How do I get Transfer working with ColdSpring?]] === Errors === * [[Repeated field names in the select list | I keep getting database errors with repeated field names in the select list]] * [[The requested object could not be found in the config file | I get an error "The requested object could not be found in the config file"]] * [[The method xxx could not be found in component TransferObject.cfc | I just updated Transfer, and now I'm getting the error: 'The method 'xxx' could not be found in component TransferObject.cfc.', help?]] * [[username_password mismatch in a transaction outside of Transfer | Why do I get an error about username/password mismatch in a transaction outside of Transfer ORM? I turned transactions off? ]]