...
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 | ||||
---|---|---|---|---|
|
...