Persistent Model Classes and their relationships.
This diagram illustrates the relationships between the persistent model classes in our application. It provides a visual representation of how data is interconnected and how different entities interact with each other.
The following entity classes define the persistent data model for our application:
The Database class shown here is the way we create and access our database.