Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This project uses MyBatis to retrieve the data involved in the Departmental Audit API. This involves getting a list of students who are in a particular department for a given term. For each student, various sets of data are retrieved. For this overview, we'll concentrate on the students and their subjects.

 

1. The Java POJOs

...

The simplified object model is: 

Gliffy Diagram
nameDept Audit Domain Model
pageid100215784

...