Open srbartlett opened 13 years ago
Just a quick question regarding the traversal of the object graph, I would like to traverse up to the parent from a leaf object. For example
Blog has-many Posts
<blog> <post>...</post> <post>...</post> </blog>
Can an instance of Post traverse to it's parent Blog?
Any help would be much appreciated
cheers
Just a quick question regarding the traversal of the object graph, I would like to traverse up to the parent from a leaf object. For example
Blog has-many Posts
Can an instance of Post traverse to it's parent Blog?
Any help would be much appreciated
cheers