New Issues

Let’s learn about some of the new issues we’ll face when we add non-functional associations.

We'll cover the following...

Issues to deal with

Similar to when we deal with a functional association, as discussed in the previous chapter, we now have to deal with the following new technical issues:

  1. In the model code, we now have to the following multi-valued reference properties require implementation:

    • An add method and a remove method, such as addAuthor and removeAuthor. In addition to ...