I have the problem mentioned in title of this post. By default, Composite Pattern has explicit implementation of Composite -> Component association. But I also need to implement association in reverse direction : Component -> Composite.
In short, what is the best solution for bidirectional association between Component and Composite object in Composite Pattern?