Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Luis MajanoLuis MajanoReporter
Joel WatsonJoel WatsonComponents
Fix versions
Priority
Minor
Details
Details
Assignee
Luis Majano
Luis MajanoReporter
Joel Watson
Joel WatsonComponents
Fix versions
Priority
Sentry
Sentry
Sentry
Created May 27, 2013 at 4:44 PM
Updated November 13, 2014 at 1:46 AM
Resolved June 12, 2013 at 2:39 AM
There are a number of times when I am populating an ORM entity that I need to populate relationships of that entity as well. Many times, the PKs of the relationships are in the RC, either as single values (one-to-one, many-to-one) or arrays/lists (one-to-many, many-to-many).
Additions to wiki docs for http://wiki.coldbox.org/wiki/ORM:BaseORMService.cfm#populate.
This will allow for an ORM entity to be build up using all RC values for relationships