2. Make a JPA Entity Class Model

Using the information design model shown in Figure 9.1 above as the starting point, we make a JPA entity class model, essentially by adding JPA annotations, setters, and getters as explained in Part 2:

Figure 9.2. A JPA data model for the object type Book

A JPA data model for the object type Book