2. Make an Entity Class Model

Using the information design model shown in Figure 10.5 above as the starting point, we make an entity class model, essentially by adding getters/setters, constraint annotations and CRUD methods, as explained before:

Figure 12.1. A JPA entity class model for the object type Book

A JPA entity class model for the object type Book