Bidirectional Associations

Let's learn about bidirectional associations.

How to eliminate bidirectional associations

A bidirectional association is replaced with a mutually inverse reference property pair. If we consider the association between the classes Book and Author, shown in the model in the figure below, we have the Book::authors and Author::authoredBooks pair. Since both reference properties ...