Entity classes

Doggone It: Data Model

Links to all entity classes in Github

Entity classes

The following Room entity classes correspond to the tables shown in the ERD.

DAO interfaces

Each entity has a corresponding DAO interface defining its supported database operations.

Database class

The Room database class defines the entities included in the schema and provides access to the DAO interfaces.