Domain Model
The domain model of a many-to-many self-referencing relationship with a join-attribute will be covered in this lesson.
We'll cover the following...
In this chapter, we will learn how to manage a many-to-many self-referencing relationship with a join-attribute. We will first look at the user interface and then the REST service development.
We will ...