|
[jira] Created: (TORQUE-72) Beans should not require torque.objectIsCaching: msg#00041jakarta.turbine.torque.devel
Beans should not require torque.objectIsCaching = true setting to create all complexModel methods. -------------------------------------------------------------------------------------------------- Key: TORQUE-72 URL: http://issues.apache.org/jira/browse/TORQUE-72 Project: Torque Issue Type: Bug Components: Generator Affects Versions: 3.3 Reporter: CG Monroe Priority: Minor Record Objects generated with complexModel = true will include the get all associated FK records methods, e.g. List books = author.getBooks() regardless of the objectIsCaching setting. Beans however, will NOT generate the get associated FK records methods unless objectIsCaching is true. FWIW, the get related PK object methods are generated, e.g. Author a = book.getAuthor(); regardless of objectIsCaching. The Bean template coding needs to be reviewed and fixed to generate code correctly. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | svn commit: r482888 - in /db/torque/templates/trunk/src/templates/om: MapBuilder.vm Object.vm ObjectWithManager.vm: 00041, gmonroe |
|---|---|
| Next by Date: | AW: Torque 4.0 - Add delete() / loadByPk(...) methods to Record object: 00041, Thoralf Rickert |
| Previous by Thread: | svn commit: r482888 - in /db/torque/templates/trunk/src/templates/om: MapBuilder.vm Object.vm ObjectWithManager.vmi: 00041, gmonroe |
| Next by Thread: | [jira] Commented: (TORQUE-72) Beans should not require torque.objectIsCaching = true setting to create all complexModel methods.: 00041, Thomas Fischer (JIRA) |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |