
Image shows entity-relation diagram. There are names of Java classes representing each entity. Next table shows mapping between classes and physical tables.
Table 5.1. Java Class- DB Table mapping
| Class name | Table name |
|---|---|
| DAOAgency | LCRO_AGENCY |
| DAOBox | LCRO_BOX |
| DAOBatch | LCRO_BATCH |
| DAODocument | LCRO_DOCUMENT |
| DAOUser | LCRO_USER |
| DAOEntity | LCRO_TYPES |
| DAOType | LCRO_TYPES |
| DAOGroup | LCRO_GROUPS |
| DAOBoxEvent | LCRO_BOX_EVENT |